aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h
index c4faa58..9f964e0 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -100,7 +100,7 @@
* `NULL` if unknown (C99 is required.)
*/
__noreturn void __assert_fail(const char*, int, const char*, int, const char*)
- __GCC_ONLY(__attribute__((nonnull(3, 5))));
+ __GCC_ONLY(__attribute__((__nonnull__(3, 5))));