diff options
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r-- | include/dlfcn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index e73294b0af..ae25f05303 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -4,6 +4,8 @@ #include <link.h> /* For ElfW. */ #include <stdbool.h> +rtld_hidden_proto (_dl_find_object) + /* Internally used flag. */ #define __RTLD_DLOPEN 0x80000000 #define __RTLD_SPROF 0x40000000 |