mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 21:23:52 +08:00
tile: Fix cut-and-paste bug in commit fcccd5128
.
This commit is contained in:
parent
1c21d115e3
commit
d42f3448a7
@ -1,3 +1,8 @@
|
||||
2014-04-04 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
|
||||
in function argument name.
|
||||
|
||||
2014-04-03 David Svoboda <svoboda@cert.org>
|
||||
|
||||
[BZ #5666]
|
||||
|
@ -152,8 +152,8 @@ sim_dlclose (ElfW(Addr) map_start)
|
||||
}
|
||||
|
||||
void internal_function
|
||||
_dl_unmap (struct link_map *l)
|
||||
_dl_unmap (struct link_map *map)
|
||||
{
|
||||
sim_dlclose (l->l_map_start);
|
||||
sim_dlclose (map->l_map_start);
|
||||
_dl_unmap_segments (map);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user