diff options
author | simonmar <unknown> | 2006-01-05 09:42:54 +0000 |
---|---|---|
committer | simonmar <unknown> | 2006-01-05 09:42:54 +0000 |
commit | acc7c96112e6554461ec6704f27fe4ae3fa7aae2 (patch) | |
tree | f1374be971b6007df5672f2729cb8e674491662a /ghc/rts | |
parent | 005f5e7e4c697ad3a04bc0e0e457e34f2e0796a3 (diff) | |
download | haskell-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')
-rw-r--r-- | ghc/rts/posix/GetTime.c | 4 |
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" |