summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
committersobomax <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
commit0a68f500fad520bd9e947259f71f0704362cde51 (patch)
tree0f41fb802fc9270b46740b35eb965449205e46a9 /include/dlfcn.h
parentc61b7216e49401a2e8eb5f81218c1fa5a181abbf (diff)
downloadFreeBSD-src-0a68f500fad520bd9e947259f71f0704362cde51.zip
FreeBSD-src-0a68f500fad520bd9e947259f71f0704362cde51.tar.gz
Allow ldd(1) be used on shared libraries in addition to executables.
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 1669560..5034a36 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -45,6 +45,7 @@
#define RTLD_MODEMASK 0x3
#define RTLD_GLOBAL 0x100 /* Make symbols globally available */
#define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default */
+#define RTLD_TRACE 0x200 /* Trace loaded objects and exit */
/*
* Special handle arguments for dlsym().
OpenPOWER on IntegriCloud