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 /sysdeps/tile/dl-runtime.c | |
parent | 8d2f9410d5f93e0ca15c9efe48a97d04726152c2 (diff) | |
download | glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.zip glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.gz glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.bz2 |
elf: Remove internal_function attribute
Diffstat (limited to 'sysdeps/tile/dl-runtime.c')
-rw-r--r-- | sysdeps/tile/dl-runtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/tile/dl-runtime.c b/sysdeps/tile/dl-runtime.c index 3aced41..c58e619 100644 --- a/sysdeps/tile/dl-runtime.c +++ b/sysdeps/tile/dl-runtime.c @@ -94,7 +94,7 @@ dl_realpath (const char *name, char *rpath) } /* Support notifying the simulator about new objects. */ -void internal_function +void _dl_after_load (struct link_map *l) { int shift; @@ -151,7 +151,7 @@ sim_dlclose (ElfW(Addr) map_start) #undef DLPUTC } -void internal_function +void _dl_unmap (struct link_map *map) { sim_dlclose (map->l_map_start); |