diff options
| -rw-r--r-- | include/dlfcn.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 5b57e8ac..e2f57b53 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -10,6 +10,7 @@ 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  | 
