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:
committed by
Ulrich Drepper
parent
8991e135f7
commit
c8835729b8
@ -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
|
||||
|
Reference in New Issue
Block a user