summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 16:12:03 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 16:12:03 +0200
commit86e4919f574f0b33db8a7de187c1291710d94f0f (patch)
tree183428475bf56aed406cdbc4f68307ff08b7e45f /elf
parent59bd52b087671504bff3176e8417e56da1ca2085 (diff)
dlfcn: Remove internal_function attribute
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-sym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-sym.c b/elf/dl-sym.c
index fb54a91858..97cfcca712 100644
--- a/elf/dl-sym.c
+++ b/elf/dl-sym.c
@@ -235,7 +235,6 @@ RTLD_NEXT used in code not dynamically loaded"));
void *
-internal_function
_dl_vsym (void *handle, const char *name, const char *version, void *who)
{
struct r_found_version vers;
@@ -252,7 +251,6 @@ _dl_vsym (void *handle, const char *name, const char *version, void *who)
void *
-internal_function
_dl_sym (void *handle, const char *name, void *who)
{
return do_sym (handle, name, who, NULL, DL_LOOKUP_RETURN_NEWEST);