X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fassert.h;h=ab745db18022aeda15f1d04ba6d4ef93c82b4f9d;hp=c64d3e52db15ea94a35bad06444885fe215ac8b9;hb=2c1f8fd5da3306fd7c8a2267467e44eb61f12dd4;hpb=5d893e50b063e67360dabb120b547ba52bfc5b87 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 }