summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-08-30 00:50:12 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-08-30 00:50:12 +0000
commit30f6d5b5084f821e3ce5f2aa552ea26f5771fd74 (patch)
treed8ce86b08b200033de732dd8979dbc0c981f3ae0 /include/dlfcn.h
parent3e12058d250979a442f182191a5ce1ac30e883ee (diff)
downloadsrc-test2-30f6d5b5084f821e3ce5f2aa552ea26f5771fd74.tar.gz
src-test2-30f6d5b5084f821e3ce5f2aa552ea26f5771fd74.zip
Notes
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 77b2181e4933..9990e6efbdf2 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -38,10 +38,12 @@
#include <sys/cdefs.h>
/*
- * Modes for dlopen().
+ * Modes and flags for dlopen().
*/
#define RTLD_LAZY 1 /* Bind function calls lazily */
#define RTLD_NOW 2 /* Bind function calls immediately */
+#define RTLD_MODEMASK 0x3
+#define RTLD_GLOBAL 0x100 /* Make symbols globally available */
/*
* Special handle argument for dlsym(). It causes the search for the