From 492560a32e14c9a985274e1995b67a577197261e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 3 Jun 2021 08:26:04 +0200 Subject: dlfcn: Move dladdr1 into libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- include/dlfcn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3