1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

_dl_sort_fini: Remove unused argument

This commit is contained in:
Marek Polacek
2011-07-19 20:27:43 -04:00
committed by Ulrich Drepper
parent 8991e135f7
commit c8835729b8
4 changed files with 13 additions and 7 deletions

View File

@ -231,7 +231,7 @@ _dl_close_worker (struct link_map *map)
}
/* Sort the entries. */
_dl_sort_fini (ns->_ns_loaded, maps, nloaded, used, nsid);
_dl_sort_fini (maps, nloaded, used, nsid);
/* Call all termination functions at once. */
#ifdef SHARED