diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-04-09 07:42:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-04-09 07:42:19 +0000 |
commit | a7925a24fe104a2ab54fb8a6bdec1e5cf80a8db7 (patch) | |
tree | bdd5ae76466ac8d30555eeddb9fe3b096a8a00ba /ChangeLog | |
parent | c2a684a419ce936d7443bcb1e71ea7725fee0507 (diff) | |
download | glibc-a7925a24fe104a2ab54fb8a6bdec1e5cf80a8db7.zip glibc-a7925a24fe104a2ab54fb8a6bdec1e5cf80a8db7.tar.gz glibc-a7925a24fe104a2ab54fb8a6bdec1e5cf80a8db7.tar.bz2 |
[BZ #5998]
2008-04-09 Ulrich Drepper <drepper@redhat.com>
[BZ #5998]
* libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
in line-buffered stream failed.
* libio/iofwrite_u.c (fwrite_unlocked): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-04-09 Ulrich Drepper <drepper@redhat.com> + + [BZ #5998] + * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing + in line-buffered stream failed. + * libio/iofwrite_u.c (fwrite_unlocked): Likewise. + 2008-04-08 Ulrich Drepper <drepper@redhat.com> [BZ #6024] |