aboutsummaryrefslogtreecommitdiff
path: root/libio/tst-fseek.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar1-0/+173
[BZ #14543] Set the internal buffer state correctly whenever the external buffer state is modified by fseek by either computing the current _IO_read_ptr/end for the internal buffer based on the new _IO_read_ptr in the external buffer or converting the content read into the external buffer, up to the extent of the requested fseek offset.