diff options
Diffstat (limited to 'system/include/libc/assert.h')
-rw-r--r-- | system/include/libc/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/assert.h b/system/include/libc/assert.h index ab745db1..c64d3e52 100644 --- a/system/include/libc/assert.h +++ b/system/include/libc/assert.h @@ -12,7 +12,7 @@ extern "C" { #endif -void __assert_fail (const char *, const char *, int, const char *); +_Noreturn void __assert_fail (const char *, const char *, int, const char *); #ifdef __cplusplus } |