X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdlfcn.h;fp=include%2Fdlfcn.h;h=5b57e8acf48f21683b1e08fde0a998c576a18aad;hp=46c4e18555710eae3dde6fdc9f87f407cc0dc071;hb=4d07e5521ea811278f00f434fe2b8345ea1d8832;hpb=637dd2d383cc1f63bf02a732f03786857b22c7bd diff --git a/include/dlfcn.h b/include/dlfcn.h index 46c4e185..5b57e8ac 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -9,6 +9,7 @@ extern "C" { #define RTLD_LAZY 1 #define RTLD_NOW 2 +#define RTLD_NOLOAD 4 #define RTLD_GLOBAL 256 #define RTLD_LOCAL 0