X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ferr.h;h=9f5cb6b9e9fad0ff255f2dd1b505cfcec4658d26;hp=a6505c366820cd74007bd83007f957e6257692ba;hb=7df42e8744d384c975b28192f66ab4c5e4c1fd90;hpb=0c05bd3a9c165cf2f0b9d6fa23a1f96532ddcdb3 diff --git a/include/err.h b/include/err.h index a6505c36..9f5cb6b9 100644 --- a/include/err.h +++ b/include/err.h @@ -1,13 +1,7 @@ #ifndef _ERR_H #define _ERR_H -#if __STDC_VERSION__ >= 201112L -#elif defined(__GNUC__) -#define _Noreturn __attribute__((__noreturn__)) -#else -#define _Noreturn -#endif - +#include #include #ifdef __cplusplus