X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdlfcn.h;fp=include%2Fdlfcn.h;h=46c4e18555710eae3dde6fdc9f87f407cc0dc071;hp=53871ee033fad18c493e21e472daee3d0697eae7;hb=c1a9658bd19245ff0fb52d3da567815d822fb622;hpb=9f65796c35bd93a1de42752ce8af901acfe4b1a4 diff --git a/include/dlfcn.h b/include/dlfcn.h index 53871ee0..46c4e185 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -5,11 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include #define RTLD_LAZY 1 #define RTLD_NOW 2