diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:59:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:59:37 +0200 |
commit | 17e00cc69eac2ec10ac69a3f85db0dffc9d73845 (patch) | |
tree | 191b439f8d7fd543620e503117dea86e0e37ac68 /elf/dl-deps.c | |
parent | 8d2f9410d5f93e0ca15c9efe48a97d04726152c2 (diff) | |
download | glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.zip glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.gz glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.bz2 |
elf: Remove internal_function attribute
Diffstat (limited to 'elf/dl-deps.c')
-rw-r--r-- | elf/dl-deps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c index 7c82d42..35cad36 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -68,7 +68,6 @@ openaux (void *a) } static ptrdiff_t -internal_function _dl_build_local_scope (struct link_map **list, struct link_map *map) { struct link_map **p = list; @@ -153,7 +152,6 @@ preload (struct list *known, unsigned int *nlist, struct link_map *map) } void -internal_function _dl_map_object_deps (struct link_map *map, struct link_map **preloads, unsigned int npreloads, int trace_mode, int open_mode) |