X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Funistd.h;fp=include%2Funistd.h;h=b5206a61e2a05a634218db9d7613610606ae08ff;hp=20ba6ccbf94be32cf2444a5099b2c0a77f72a88a;hb=c1a9658bd19245ff0fb52d3da567815d822fb622;hpb=9f65796c35bd93a1de42752ce8af901acfe4b1a4 diff --git a/include/unistd.h b/include/unistd.h index 20ba6ccb..b5206a61 100644 --- a/include/unistd.h +++ b/include/unistd.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 #define STDIN_FILENO 0 #define STDOUT_FILENO 1