diff options
Diffstat (limited to 'include')
-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 31231cb282..c87b6d9c91 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -5,6 +5,7 @@ /* Internally used flag. */ #define __RTLD_DLOPEN 0x80000000 #define __RTLD_SPROF 0x40000000 +#define __RTLD_OPENEXEC 0x20000000 /* Now define the internal interfaces. */ extern void *__dlvsym (void *__handle, __const char *__name, |