diff options
author | Ian Lynagh <igloo@earth.li> | 2012-09-14 13:24:48 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-09-14 13:24:48 +0100 |
commit | c38794d45334ebabe76f2a48952b8ad7bf748ea2 (patch) | |
tree | 8c9395a5db5d03d14bbbb8ab74dc28e1db7aaa64 /rts/GetTime.h | |
parent | f4d0e6282da7b37fe019aaf91a32d3f958ceec64 (diff) | |
download | haskell-c38794d45334ebabe76f2a48952b8ad7bf748ea2.tar.gz |
More OS X build fixes
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r-- | rts/GetTime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/GetTime.h b/rts/GetTime.h index 45804aa3a9..4b967b5b9a 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -25,7 +25,7 @@ void getProcessTimes (Time *user, Time *elapsed); void getUnixEpochTime (StgWord64 *sec, StgWord32 *nsec); // Not strictly timing, but related -nat getPageFaults (void); +W_ getPageFaults (void); #include "EndPrivate.h" |