diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/init-first.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/init-first.c b/csu/init-first.c index d214af7116..47aaacdbd0 100644 --- a/csu/init-first.c +++ b/csu/init-first.c @@ -73,10 +73,6 @@ _init_first (int argc, char **argv, char **envp) #endif __init_misc (argc, argv, envp); - -#if defined SHARED && !defined NO_CTORS_DTORS_SECTIONS - __libc_global_ctors (); -#endif } /* This function is defined here so that if this file ever gets into |