summaryrefslogtreecommitdiff
path: root/elf/dl-addr.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:54 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:54 +0200
commit3012cfb0d26653cbd6ee0c8e4875d3df806bd473 (patch)
tree4bb2d288ab6f1f5b472777c3e8fb5040bea8284e /elf/dl-addr.c
parent52bcdf267b2c97c90852f1598c8c29d0494cb3b5 (diff)
ld.so: Remove internal_function attribute from various functions
These functions are invoked from other DSOs and should therefore use the standard calling convention.
Diffstat (limited to 'elf/dl-addr.c')
-rw-r--r--elf/dl-addr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-addr.c b/elf/dl-addr.c
index 1fac63d1a9..83e1b01b6d 100644
--- a/elf/dl-addr.c
+++ b/elf/dl-addr.c
@@ -121,7 +121,6 @@ determine_info (const ElfW(Addr) addr, struct link_map *match, Dl_info *info,
int
-internal_function
_dl_addr (const void *address, Dl_info *info,
struct link_map **mapp, const ElfW(Sym) **symbolp)
{