about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-16 19:28:34 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-16 19:28:34 +0000
commit7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180 (patch)
tree6138175232c55972ef46574e564a6d523638531b /assert
parent508773d4db38c37ca1c1348c7ce664efefac4295 (diff)
downloadglibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.tar.gz
glibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.tar.xz
glibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.zip
Update.
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.
Diffstat (limited to 'assert')
-rw-r--r--assert/assert-perr.c2
-rw-r--r--assert/assert.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/assert/assert-perr.c b/assert/assert-perr.c
index 5b84acef12..ecfb5ee888 100644
--- a/assert/assert-perr.c
+++ b/assert/assert-perr.c
@@ -25,7 +25,7 @@
 extern const char *__assert_program_name; /* In assert.c.  */
 
 #ifdef USE_IN_LIBIO
-# include <libo/iolibio.h>
+# include <libio/iolibio.h>
 # define fflush(s) _IO_fflush (s)
 #endif
 
diff --git a/assert/assert.c b/assert/assert.c
index 7a30f533c6..f1144101f8 100644
--- a/assert/assert.c
+++ b/assert/assert.c
@@ -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