summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-01-29 01:53:35 +0000
committerjdp <jdp@FreeBSD.org>2000-01-29 01:53:35 +0000
commitd360ce93434f526d973c8b84c715caadd1ce8ee4 (patch)
tree4b775d62686bca2d79f59e647407021f9a6d2d88 /include/dlfcn.h
parent1a300d3c493dc0b2a8b8ee0c040ae86e55c46b19 (diff)
downloadFreeBSD-src-d360ce93434f526d973c8b84c715caadd1ce8ee4.zip
FreeBSD-src-d360ce93434f526d973c8b84c715caadd1ce8ee4.tar.gz
Add a #define for RTLD_LOCAL as required by the Single Unix
Specification.
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 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