summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
diff options
context:
space:
mode:
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