diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:12:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:12:03 +0200 |
commit | 86e4919f574f0b33db8a7de187c1291710d94f0f (patch) | |
tree | 183428475bf56aed406cdbc4f68307ff08b7e45f /elf/dl-sym.c | |
parent | 59bd52b087671504bff3176e8417e56da1ca2085 (diff) | |
download | glibc-86e4919f574f0b33db8a7de187c1291710d94f0f.zip glibc-86e4919f574f0b33db8a7de187c1291710d94f0f.tar.gz glibc-86e4919f574f0b33db8a7de187c1291710d94f0f.tar.bz2 |
dlfcn: Remove internal_function attribute
Diffstat (limited to 'elf/dl-sym.c')
-rw-r--r-- | elf/dl-sym.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-sym.c b/elf/dl-sym.c index fb54a91..97cfcca 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); |