summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-01-29 01:53:35 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-01-29 01:53:35 +0000
commit8a889bcb26e7d99c4df5cff57dd0c27fd54be5bc (patch)
tree59e4c9dcb8fcddb35147d37532374e8f320589cb /include/dlfcn.h
parent4e1635fee53d847f5d50414122006254893dcd3b (diff)
downloadsrc-test2-8a889bcb26e7d99c4df5cff57dd0c27fd54be5bc.tar.gz
src-test2-8a889bcb26e7d99c4df5cff57dd0c27fd54be5bc.zip
Notes
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 09edf2dde31b..14a2b4d25be2 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