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.zip glibc-3d759cb8d32614667f58688899fd193926dcf73d.tar.gz glibc-3d759cb8d32614667f58688899fd193926dcf73d.tar.bz2 |
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
@@ -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. |