OSDN Git Service

* mmap.cc: Make debug output more consistently. Fix some comments.
authorcorinna <corinna>
Thu, 1 Dec 2005 20:35:13 +0000 (20:35 +0000)
committercorinna <corinna>
Thu, 1 Dec 2005 20:35:13 +0000 (20:35 +0000)
commitee669f7b65e15d326ef829af31738721f501b2a0
treebb7e6c0a226e3f79391184a74444565d8122a085
parent78e44eafcb9ac6c20240e5a46d2084774543614c
* mmap.cc: Make debug output more consistently.  Fix some comments.
(gen_protect): Convert to inline function.
(gen_access): Ditto.
(mmap_record::gen_protect): Add create parameter as in global function.
(mmap_record::alloc_page_map): Change condition so that always the
correct protection setting is set after mapping has been established.
(mmap64): For anonymous mappings set offset always to 0.
(fixup_mmaps_after_fork): Always call fixup_mmap_after_fork method
with the MAP_FIXED flag set.
winsup/cygwin/ChangeLog
winsup/cygwin/mmap.cc