]> git.ipfire.org Git - thirdparty/glibc.git/commit
* libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
authorRoland McGrath <roland@gnu.org>
Wed, 24 Jul 2002 22:54:53 +0000 (22:54 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 24 Jul 2002 22:54:53 +0000 (22:54 +0000)
commit11d657d7278ae4f96f0f4c8655991f2818d0eeb9
tree378af7b8cedd3f16aa99a35a9a976319499d4eab
parentbb0ec5bdb41599c8549613819653b29bb7298edb
* libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,

which gets moved around.  Calculate size of mmap'd buffer instead.
ChangeLog
libio/fileops.c