X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fassert.h;h=d14ec94e7a263b2cbaa3a72b9ff09dc9d8807886;hb=c5d118ebbcfe41d928d8ffc913bc532c59237189;hp=e679adbf8338ed3280230089fa4e2c871e27a129;hpb=0ed932f34f11663e6b3ddfa866b1798a5938a3dc;p=musl diff --git a/include/assert.h b/include/assert.h index e679adbf..d14ec94e 100644 --- a/include/assert.h +++ b/include/assert.h @@ -16,7 +16,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 }