about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-02 19:45:33 -0700
committerUlrich Drepper <drepper@redhat.com>2009-09-02 19:45:33 -0700
commit5d2e69766a8faba5bae37702094c36113365a6ca (patch)
tree15e0ea1f811e08c63f5feefadeb85d9a2ae66c48 /ChangeLog
parent22bb992d51903bc8cd5f67a207d00e3a6aa8e1a9 (diff)
downloadglibc-5d2e69766a8faba5bae37702094c36113365a6ca.tar.gz
glibc-5d2e69766a8faba5bae37702094c36113365a6ca.tar.xz
glibc-5d2e69766a8faba5bae37702094c36113365a6ca.zip
Fix fsetpos on wide stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef087c7944..23cf69eae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-02  Andreas Schwab  <schwab@redhat.com>
+
+	* libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
+	external buffer.  Always discard readahead in internal buffer.
+	* libio/Makefile (tests): Add bug-wsetpos.
+	* libio/bug-wsetpos.c: New file.
+
 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):