diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-18 08:47:51 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-18 08:47:51 +0000 |
| commit | 6cabc157d2919f63ea8d7baa038c2f887223a6ce (patch) | |
| tree | f666c18721394cfe1e98dd80cbad044b9c66e29d /include | |
| parent | 751bfa89a808c99d501aa833692c422464ec051a (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/dlfcn.h | 1 |
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(). |
