diff options
Diffstat (limited to 'src/dlfcn/RTLD_GLOBAL.h')
-rw-r--r-- | src/dlfcn/RTLD_GLOBAL.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/RTLD_GLOBAL.h b/src/dlfcn/RTLD_GLOBAL.h new file mode 100644 index 00000000..d9dee8b2 --- /dev/null +++ b/src/dlfcn/RTLD_GLOBAL.h @@ -0,0 +1,5 @@ +#define RTLD_GLOBAL (1<<2) + +/* +XOPEN(500) +*/ |