X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstring.h;h=5587c8805319807e7d962fd53a11541417c4f7fd;hp=f96f71ee0b5731fcc869bf00efca589efc8c4c95;hb=c1a9658bd19245ff0fb52d3da567815d822fb622;hpb=9f65796c35bd93a1de42752ce8af901acfe4b1a4 diff --git a/include/string.h b/include/string.h index f96f71ee..5587c880 100644 --- a/include/string.h +++ b/include/string.h @@ -5,11 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include #undef NULL #ifdef __cplusplus