diff options
Diffstat (limited to 'assert')
-rw-r--r-- | assert/assert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assert/assert.c b/assert/assert.c index 4f8fbfb130..334382b666 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -42,6 +42,7 @@ extern const char *__progname; # include FATAL_PREPARE_INCLUDE #endif +#undef __assert_fail void __assert_fail (const char *assertion, const char *file, unsigned int line, const char *function) |