wolfgang    2002/10/27 13:46:27 PST

  Modified files:
    ghc/rts              MBlock.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.34      +23 -3     fptools/ghc/rts/MBlock.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to