X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdlfcn.h;h=e2f57b5343f842a0073096247cc80ec9bd31df70;hp=46c4e18555710eae3dde6fdc9f87f407cc0dc071;hb=50d9661d9b231f503b21e9d8787d1411b864d58a;hpb=c1a9658bd19245ff0fb52d3da567815d822fb622 diff --git a/include/dlfcn.h b/include/dlfcn.h index 46c4e185..e2f57b53 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -9,6 +9,8 @@ extern "C" { #define RTLD_LAZY 1 #define RTLD_NOW 2 +#define RTLD_NOLOAD 4 +#define RTLD_NODELETE 4096 #define RTLD_GLOBAL 256 #define RTLD_LOCAL 0