summaryrefslogtreecommitdiff
path: root/ghc/rts/posix
diff options
context:
space:
mode:
authorsimonmar <unknown>2006-01-05 09:42:54 +0000
committersimonmar <unknown>2006-01-05 09:42:54 +0000
commitacc7c96112e6554461ec6704f27fe4ae3fa7aae2 (patch)
treef1374be971b6007df5672f2729cb8e674491662a /ghc/rts/posix
parent005f5e7e4c697ad3a04bc0e0e457e34f2e0796a3 (diff)
downloadhaskell-acc7c96112e6554461ec6704f27fe4ae3fa7aae2.tar.gz
[project @ 2006-01-05 09:42:54 by simonmar]
This file is not quite POSIX compliant; hopefully fix build on MacOS X (Tiger)
Diffstat (limited to 'ghc/rts/posix')
-rw-r--r--ghc/rts/posix/GetTime.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/rts/posix/GetTime.c b/ghc/rts/posix/GetTime.c
index 9699774474..3a0764cb91 100644
--- a/ghc/rts/posix/GetTime.c
+++ b/ghc/rts/posix/GetTime.c
@@ -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"