X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fassert.h;h=ab745db18022aeda15f1d04ba6d4ef93c82b4f9d;hp=c64d3e52db15ea94a35bad06444885fe215ac8b9;hb=8c741783fc96d559cfe79301c924c217b2905c0c;hpb=858df113bfac4d2ebb60c3fac1538e07d56096b0 diff --git a/include/assert.h b/include/assert.h index c64d3e52..ab745db1 100644 --- a/include/assert.h +++ b/include/assert.h @@ -12,7 +12,7 @@ extern "C" { #endif -_Noreturn void __assert_fail (const char *, const char *, int, const char *); +void __assert_fail (const char *, const char *, int, const char *); #ifdef __cplusplus }