[project @ 2002-10-27 21:46:27 by wolfgang]
authorwolfgang <unknown>
Sun, 27 Oct 2002 21:46:27 +0000 (21:46 +0000)
committerwolfgang <unknown>
Sun, 27 Oct 2002 21:46:27 +0000 (21:46 +0000)
commit80498a8a061475f74b2c093dfe97d454387581b8
tree0e0fed042f721c57a2f94244181cf888ec6ec4d7
parentc63aaee42e3e95276861121286eefce511cd1343
[project @ 2002-10-27 21:46:27 by wolfgang]
For Mac OS X, use the underlying Mach Microkernel calls instead of mmap.
Darwin's mmap doesn't honor the passed-in address without MAP_FIXED,
and MAP_FIXED replaces all existing mappings, so it can't be used.
ghc/rts/MBlock.c