Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 21 Aug 2013 13:47:12 +0000 (13:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 21 Aug 2013 13:47:12 +0000 (13:47 +0000)
commit8fea8f2d822a38daa5438a9be7938b3f93ac8da0
treebd7704b2232daa918b7e34bc1686d079579b4ac9
parent1a9f21abac47dcea0c62341b0ee4fd35481350b8
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."

Offset in mmap(3) should be aligned to gepagesize(), 64k, or mmap(3) would fail.

TODO: Invetigate places where 4096 would be required as pagesize, or 4096 would satisfy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188903 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Process.inc