diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 07:05:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 07:05:27 +0000 |
commit | 51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79 (patch) | |
tree | 8206ab4f059492b721f9792667899be891f3e1ec /ChangeLog | |
parent | eca29725d15f200f3eb8b106bb7bac3fb687fa74 (diff) | |
download | glibc-51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79.tar.gz glibc-51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79.tar.xz glibc-51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79.zip |
Update.
2004-11-04 Jakub Jelinek <jakub@redhat.com> * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) and if successful set fp->_offset. * libio/Makefile (tests): Add bug-ungetc3. * libio/bug-ungetc3.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fb0865688d..0cc3aba929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-11-04 Jakub Jelinek <jakub@redhat.com> + + * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and + fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) + and if successful set fp->_offset. + * libio/Makefile (tests): Add bug-ungetc3. + * libio/bug-ungetc3.c: New test. + 2004-11-03 Marcus Brinkmann <marcus@gnu.org> * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. |