diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-16 19:28:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-16 19:28:34 +0000 |
commit | 7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180 (patch) | |
tree | 6138175232c55972ef46574e564a6d523638531b /assert/assert.c | |
parent | 508773d4db38c37ca1c1348c7ce664efefac4295 (diff) | |
download | glibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.tar glibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.tar.gz glibc-7a2fd787a7aa4de58b9e3db5fe996f5ea89a3180.tar.bz2 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/assert.c')
-rw-r--r-- | assert/assert.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |