]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Don't flush write buffer for ftell
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 28 Sep 2012 13:07:23 +0000 (18:37 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 28 Sep 2012 13:08:14 +0000 (18:38 +0530)
commitadb26faefe47b7d34c941cbfc193ca7a5fde8e3f
tree799a1e10dae3c9aac2b9c2c79e0b8adaaa1eae90
parent4573c6b09884a93fffa3a754678ef881cadebfb3
Don't flush write buffer for ftell

[BZ #5298]
Use write pointer state along with the file offset and/or the read
pointers to get the current file position.
ChangeLog
NEWS
libio/fileops.c
libio/wfileops.c