summaryrefslogtreecommitdiff
path: root/rts/GetTime.h
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-09-14 13:24:48 +0100
committerIan Lynagh <igloo@earth.li>2012-09-14 13:24:48 +0100
commitc38794d45334ebabe76f2a48952b8ad7bf748ea2 (patch)
tree8c9395a5db5d03d14bbbb8ab74dc28e1db7aaa64 /rts/GetTime.h
parentf4d0e6282da7b37fe019aaf91a32d3f958ceec64 (diff)
downloadhaskell-c38794d45334ebabe76f2a48952b8ad7bf748ea2.tar.gz
More OS X build fixes
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r--rts/GetTime.h2
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"