X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fassert.h;h=b0dc692cd23a9475fcd96c67dc742e74686e976b;hp=bad2ccd04cf3bbc9abe39c2f26ef9b8680d60a9e;hb=5271ff46b9e983bec5fd9ab79d5aaf096fa54157;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/assert.h b/include/assert.h index bad2ccd0..b0dc692c 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,3 +1,5 @@ +#include + #undef assert #ifdef NDEBUG @@ -10,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 }