X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdlfcn.h;h=46c4e18555710eae3dde6fdc9f87f407cc0dc071;hp=53871ee033fad18c493e21e472daee3d0697eae7;hb=19b1a8453e9d329a16711900a84797c5f1333208;hpb=ac5d085691e5a797a21ae36111aa0b274e1cf4ba 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