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