From df72bc8a334b4c44db575cc08d83c4dcef74e9e7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Jul 2005 16:49:20 +0000 Subject: (__libc_csu_fini): Pretty printing. --- csu/elf-init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csu') diff --git a/csu/elf-init.c b/csu/elf-init.c index 7ac79446d6..145eb3ea6b 100644 --- a/csu/elf-init.c +++ b/csu/elf-init.c @@ -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 -- cgit 1.4.1