X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdlfcn.h;h=e2f57b5343f842a0073096247cc80ec9bd31df70;hp=53871ee033fad18c493e21e472daee3d0697eae7;hb=8c741783fc96d559cfe79301c924c217b2905c0c;hpb=ac5d085691e5a797a21ae36111aa0b274e1cf4ba diff --git a/include/dlfcn.h b/include/dlfcn.h index 53871ee0..e2f57b53 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -5,14 +5,12 @@ 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 +#define RTLD_NOLOAD 4 +#define RTLD_NODELETE 4096 #define RTLD_GLOBAL 256 #define RTLD_LOCAL 0