diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:08:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:08:50 +0000 |
commit | 442685a8ba011460eb27ad83855d05c9c9345aa6 (patch) | |
tree | e48e8bb958df68f389e3b9914acb17b1f5def480 /ChangeLog | |
parent | 34816665b678a06e096a378303b68d35ff10a693 (diff) | |
download | glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.tar.gz glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.tar.xz glibc-442685a8ba011460eb27ad83855d05c9c9345aa6.zip |
Update.
2002-08-26 Ulrich Drepper <drepper@redhat.com> * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after finding the read position [PR libc/4265]. * libio/Makefile (tests): Add bug-rewind2. * libio/bug-rewind2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5cd6bf6645..de56baf2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-08-26 Ulrich Drepper <drepper@redhat.com> + + * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after + finding the read position [PR libc/4265]. + * libio/Makefile (tests): Add bug-rewind2. + * libio/bug-rewind2.c: New file. + 2002-08-25 Ulrich Drepper <drepper@redhat.com> * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is |