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 af92483f59..9e76d35600 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -10,6 +10,7 @@ #define __RTLD_CALLMAP 0x10000000 #define __RTLD_AUDIT 0x08000000 #define __RTLD_SECURE 0x04000000 /* Apply additional security checks. */ +#define __RTLD_NOIFUNC 0x02000000 /* Suppress calling ifunc functions. */ #define __LM_ID_CALLER -2 |