1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

elf: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 16:59:37 +02:00
parent 8d2f9410d5
commit 17e00cc69e
44 changed files with 130 additions and 139 deletions

View File

@ -41,7 +41,6 @@
/* Return the symbol address given the map of the module it is in and
the symbol record. This is used in dl-sym.c. */
static void *
internal_function
_dl_tls_symaddr (struct link_map *map, const ElfW(Sym) *ref)
{
# ifndef DONT_USE_TLS_INDEX
@ -83,7 +82,6 @@ call_dl_lookup (void *ptr)
static void *
internal_function
do_sym (void *handle, const char *name, void *who,
struct r_found_version *vers, int flags)
{