X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fposix%2FGetTime.c;h=3a0764cb91cf5094ef672630aee6f7b351323ce7;hb=45252b35151fc55aa19fb6770df5ed8267639083;hp=969977447426835df9ac10d33c67afcecacf2dae;hpb=806601e9bf9900f58e2ee1be80ad2ba4d4759be8;p=ghc-hetmet.git diff --git a/ghc/rts/posix/GetTime.c b/ghc/rts/posix/GetTime.c index 9699774..3a0764c 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"