diff options
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 3aced41643..c58e6192bd 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); |