author | rofl0r <retnyg@gmx.net> | 2013年01月01日 07:59:11 +0100 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2013年01月04日 20:36:34 +0100 |
commit | 2c1f8fd5da3306fd7c8a2267467e44eb61f12dd4 (patch) | |
tree | 9b10c915f1cb4ae8e76e285b5330f4236ac5bf5d /include/assert.h | |
parent | 5d893e50b063e67360dabb120b547ba52bfc5b87 (diff) | |
download | musl-2c1f8fd5da3306fd7c8a2267467e44eb61f12dd4.tar.gz |
-rw-r--r-- | include/assert.h | 2 |
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 } |