aboutsummaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index ad445aef28..9f3f52fddf 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -1,6 +1,9 @@
#ifndef _DLFCN_H
#include <dlfcn/dlfcn.h>
+/* Internally used flag. */
+#define __RTLD_DLOPEN 0x80000000
+
/* Now define the internal interfaces. */
extern void *__dlvsym (void *__handle, __const char *__name,
__const char *__version);