X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ferr.h;h=9f5cb6b9e9fad0ff255f2dd1b505cfcec4658d26;hp=a6505c366820cd74007bd83007f957e6257692ba;hb=0e10f740069c2d805d3199a8079b73e828c7d8d9;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