[project @ 2006-01-05 09:42:54 by simonmar]
authorsimonmar <unknown>
Thu, 5 Jan 2006 09:42:54 +0000 (09:42 +0000)
committersimonmar <unknown>
Thu, 5 Jan 2006 09:42:54 +0000 (09:42 +0000)
This file is not quite POSIX compliant; hopefully fix build on MacOS X
(Tiger)

ghc/rts/posix/GetTime.c

index 9699774..3a0764c 100644 (file)
@@ -6,7 +6,9 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#include "PosixSource.h"
+// Not POSIX, due to use of ru_majflt in getPageFaults()
+// #include "PosixSource.h"
+
 #include "Rts.h"
 #include "GetTime.h"