mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
(__libc_csu_fini): Pretty printing.
This commit is contained in:
parent
da0eaa474c
commit
df72bc8a33
@ -93,11 +93,11 @@ void
|
||||
__libc_csu_fini (void)
|
||||
{
|
||||
#ifndef LIBC_NONSHARED
|
||||
#ifdef HAVE_INITFINI_ARRAY
|
||||
# ifdef HAVE_INITFINI_ARRAY
|
||||
size_t i = __fini_array_end - __fini_array_start;
|
||||
while (i-- > 0)
|
||||
(*__fini_array_start [i]) ();
|
||||
#endif
|
||||
# endif
|
||||
|
||||
_fini ();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user