diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dlfcn.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 27309ab1dd..dc5193acbb 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -142,8 +142,7 @@ extern void *__dlvsym (void *handle, const char *name, const char *version attribute_hidden; extern int __dladdr (const void *address, Dl_info *info); extern int __dladdr1 (const void *address, Dl_info *info, - void **extra_info, int flags) - attribute_hidden; + void **extra_info, int flags); extern int __dlinfo (void *handle, int request, void *arg) attribute_hidden; #ifndef SHARED |