diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-22 05:11:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-22 05:11:26 +0000 |
commit | 903b3396b8a1a5f4488649b7975cffed4c771e80 (patch) | |
tree | b195ff95e470db62038e0fafa4595116791189ea /ChangeLog | |
parent | 15e260e8e0b7f046f68275a1e1516561a516a0ee (diff) | |
download | glibc-903b3396b8a1a5f4488649b7975cffed4c771e80.tar glibc-903b3396b8a1a5f4488649b7975cffed4c771e80.tar.gz glibc-903b3396b8a1a5f4488649b7975cffed4c771e80.tar.bz2 glibc-903b3396b8a1a5f4488649b7975cffed4c771e80.zip |
Update.
2002-02-21 Jakub Jelinek <jakub@redhat.com>
* libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
* stdio-common/tst-fseek.c (main): Add test for this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-02-21 Jakub Jelinek <jakub@redhat.com> + + * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END. + * stdio-common/tst-fseek.c (main): Add test for this. + 2002-02-19 Ulrich Drepper <drepper@redhat.com.> * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE. |