aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-03 08:26:04 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-03 08:26:04 +0200
commit492560a32e14c9a985274e1995b67a577197261e (patch)
treea356eea3cb1f886fdb4b39a6a64e62582ca74679 /include
parent6a1ed32789eaec6e1cd4345552e7342b5b18da5f (diff)
downloadglibc-492560a32e14c9a985274e1995b67a577197261e.zip
glibc-492560a32e14c9a985274e1995b67a577197261e.tar.gz
glibc-492560a32e14c9a985274e1995b67a577197261e.tar.bz2
dlfcn: Move dladdr1 into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 27309ab..dc5193a 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