This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

msync patch


This patch modifies msync in mmap.cc so that you can call msync with an
address which occurs in the middle of an mmap'ed region. It also fixes the
bug where the address in the relevant mmap_record would not match the one
passed to msync if the offset of the mmap'ed region within the file was not
on a dwAllocationGranularity boundary.

Regards
Chris

2002-03-11  Christopher January <chris@atomice.net>

 * mmap.cc (msync): Match addresses which are in the middle
 of an mmap'ed region.

Attachment: mmap.patch
Description: Binary data

Attachment: ChangeLog.mmap
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]