summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
commitc6de4ce791c499ba386476f8bc87ed49052f0f79 (patch)
tree0f41fb802fc9270b46740b35eb965449205e46a9 /include/dlfcn.h
parentfc41545e4e9fe850db095b1cd0cc1ad35d17fdee (diff)
downloadsrc-test2-c6de4ce791c499ba386476f8bc87ed49052f0f79.tar.gz
src-test2-c6de4ce791c499ba386476f8bc87ed49052f0f79.zip
Allow ldd(1) be used on shared libraries in addition to executables.
Notes
Notes: svn path=/head/; revision=90172
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 16695606a0f2..5034a36b072c 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().