mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2002-02-24 Ulrich Drepper <drepper@redhat.com> * elf/dl-support.c (_dl_non_dynamic_init): Renamed from non_dynamic_init and exported now. * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init. * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for !SHARED. * sysdeps/mach/hurd/i386/init-first.c: Likewise. * sysdeps/mach/hurd/powerpc/init-first.c: Likewise. * sysdeps/mach/hurd/mips/init-first.c: Likewise.
This commit is contained in:
@@ -87,6 +87,10 @@ init (int argc, char **argv, char **envp)
|
||||
|
||||
#ifndef SHARED
|
||||
__libc_init_secure ();
|
||||
|
||||
/* First the initialization which normally would be done by the
|
||||
dynamic linker. */
|
||||
_dl_non_dynamic_init ();
|
||||
#endif
|
||||
|
||||
__init_misc (argc, argv, envp);
|
||||
|
||||
Reference in New Issue
Block a user