diff options
Diffstat (limited to 'include/dlfcn.h')
-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 9f3f52fddf..feff4a1454 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -3,6 +3,7 @@ /* Internally used flag. */ #define __RTLD_DLOPEN 0x80000000 +#define __RTLD_SPROF 0x40000000 /* Now define the internal interfaces. */ extern void *__dlvsym (void *__handle, __const char *__name, |