summaryrefslogtreecommitdiff
path: root/rts/posix/GetTime.c
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/posix/GetTime.c
parentf4d0e6282da7b37fe019aaf91a32d3f958ceec64 (diff)
downloadhaskell-c38794d45334ebabe76f2a48952b8ad7bf748ea2.tar.gz
More OS X build fixes
Diffstat (limited to 'rts/posix/GetTime.c')
-rw-r--r--rts/posix/GetTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/GetTime.c b/rts/posix/GetTime.c
index fabc40431d..bcee6ce127 100644
--- a/rts/posix/GetTime.c
+++ b/rts/posix/GetTime.c
@@ -218,7 +218,7 @@ void getUnixEpochTime(StgWord64 *sec, StgWord32 *nsec)
#endif
}
-nat
+W_
getPageFaults(void)
{
#if !defined(HAVE_GETRUSAGE) || irix_HOST_OS || haiku_HOST_OS