summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/dlfcn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 09edf2d..14a2b4d 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -44,6 +44,7 @@
#define RTLD_NOW 2 /* Bind function calls immediately */
#define RTLD_MODEMASK 0x3
#define RTLD_GLOBAL 0x100 /* Make symbols globally available */
+#define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default */
/*
* Special handle argument for dlsym(). It causes the search for the
OpenPOWER on IntegriCloud