1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
1998-07-16 19:27  Ulrich Drepper  <drepper@cygnus.com>

	* elf/rtld.c (process_envvars): Also recognize on as LD_BIND_NOW value.
	(process_envvars): Append .PID to LD_DEBUG_OUTPUT file name.
This commit is contained in:
Ulrich Drepper
1998-07-16 19:28:34 +00:00
parent 508773d4db
commit 7a2fd787a7
4 changed files with 20 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
const char *__assert_program_name;
#ifdef USE_IN_LIBIO
# include <libo/iolibio.h>
# include <libio/iolibio.h>
# define fflush(s) _IO_fflush (s)
#endif