diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-24 22:54:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-24 22:54:53 +0000 |
commit | 11d657d7278ae4f96f0f4c8655991f2818d0eeb9 (patch) | |
tree | 378af7b8cedd3f16aa99a35a9a976319499d4eab /ChangeLog | |
parent | bb0ec5bdb41599c8549613819653b29bb7298edb (diff) | |
download | glibc-11d657d7278ae4f96f0f4c8655991f2818d0eeb9.tar.gz glibc-11d657d7278ae4f96f0f4c8655991f2818d0eeb9.tar.xz glibc-11d657d7278ae4f96f0f4c8655991f2818d0eeb9.zip |
* libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
which gets moved around. Calculate size of mmap'd buffer instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e292f18d04..f18226a604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-24 Roland McGrath <roland@frob.com> + + * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset, + which gets moved around. Calculate size of mmap'd buffer instead. + 2002-07-24 Philip Blundell <philb@gnu.org> * sysdeps/unix/arm/brk.S: Improve schedule. |