X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdlib.h;h=f7c5971965c269c574764110592dacb7414da578;hp=86cf017165440824f719b7508fe3971f6274a05d;hb=a660180c6a93681c6efb54fb5826c08d4df60208;hpb=c8ea985748a6857ac5db9ef50f9c92e2966c04d5 diff --git a/include/stdlib.h b/include/stdlib.h index 86cf0171..f7c59719 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -5,18 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif - -#if __STDC_VERSION__ >= 201112L -#elif defined(__GNUC__) -#define _Noreturn __attribute__((__noreturn__)) -#else -#define _Noreturn -#endif +#include #undef NULL #ifdef __cplusplus