mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* time/strftime.c (my_strftime): Delay use of *tp values until latest possible point to allow partly initialized structures (e.g., from strptime). * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Define __libc_init_first using init-first.h. 1998-04-30 18:20 H.J. Lu <hjl@gnu.org> * elf/dl-load.c (_dl_init_paths): Don't check the dynamic loader if PIC is not defined. 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
This commit is contained in:
@ -93,11 +93,7 @@ __libc_init_first (void)
|
||||
}
|
||||
|
||||
#else
|
||||
void
|
||||
__libc_init_first (int argc, char **argv, char **envp)
|
||||
{
|
||||
init (argc, argv, envp);
|
||||
}
|
||||
SYSDEP_CALL_INIT(__libc_init_first, init);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user