1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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:
Ulrich Drepper
1998-09-11 17:48:44 +00:00
parent ec04e9baf6
commit 81e0cb2da5
4 changed files with 114 additions and 95 deletions

View File

@ -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