diff options
Diffstat (limited to 'support/check.h')
-rw-r--r-- | support/check.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/check.h b/support/check.h index 49db05a..91fedae 100644 --- a/support/check.h +++ b/support/check.h @@ -196,9 +196,11 @@ void support_test_compare_string_wide (const wchar_t *left, const char *left_expr, const char *right_expr); -/* Internal function called by the test driver. */ +/* Internal functions called by the test driver. */ int support_report_failure (int status) __attribute__ ((weak, warn_unused_result)); +int support_is_oom_accepted (void) + __attribute__ ((weak, warn_unused_result)); /* Internal function used to test the failure recording framework. */ void support_record_failure_reset (void); |