diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-04 23:59:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-04 23:59:30 +0000 |
commit | 3d759cb8d32614667f58688899fd193926dcf73d (patch) | |
tree | add45040107d5c7a1eb96c1db9cfb20bcb6e4255 /ChangeLog | |
parent | be1152cab24270b23c4ce6496d164145584c6c11 (diff) | |
download | glibc-3d759cb8d32614667f58688899fd193926dcf73d.tar.gz glibc-3d759cb8d32614667f58688899fd193926dcf73d.tar.xz glibc-3d759cb8d32614667f58688899fd193926dcf73d.zip |
Update.
2001-08-04 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_new_file_underflow): Don't call _IO_flush_all_linebuffered. This isn't required in any standard. Instead flush only stdout. * libio/wfileops.c (_IO_wfile_underflow): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a2c245c32..6450ac2ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-08-04 Ulrich Drepper <drepper@redhat.com> + + * libio/fileops.c (_IO_new_file_underflow): Don't call + _IO_flush_all_linebuffered. This isn't required in any standard. + Instead flush only stdout. + * libio/wfileops.c (_IO_wfile_underflow): Likewise. + 2001-08-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * dlfcn/Makefile: Add rules for new testcase tststatic. |