aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/assert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/assert.h b/include/assert.h
index c3d69f3..73ebabd 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -92,8 +92,8 @@
* @param line The line in the source code whence the assertion was made
* @param func The function in the source code whence the assertion was made
*/
-void __assert_fail(const char*, int, const char*, int, const char*)
- __GCC_ONLY(__attribute__((nonnull(3, 5)))) __noreturn;
+__noreturn void __assert_fail(const char*, int, const char*, int, const char*)
+ __GCC_ONLY(__attribute__((nonnull(3, 5))));