From 86e4919f574f0b33db8a7de187c1291710d94f0f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 16:12:03 +0200 Subject: dlfcn: Remove internal_function attribute --- elf/dl-sym.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'elf') 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); -- cgit v1.2.3