aboutsummaryrefslogtreecommitdiff
path: root/csu/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/init-first.c')
-rw-r--r--csu/init-first.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/csu/init-first.c b/csu/init-first.c
index 77c6e1cb9e..465f25b722 100644
--- a/csu/init-first.c
+++ b/csu/init-first.c
@@ -72,8 +72,6 @@ _init (int argc, char **argv, char **envp)
__environ = envp;
#ifndef SHARED
- __libc_init_secure ();
-
/* First the initialization which normally would be done by the
dynamic linker. */
_dl_non_dynamic_init ();