summaryrefslogtreecommitdiff
path: root/rts/GetTime.h
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-17 15:33:26 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-17 15:33:56 +0000
commitfd3fd18a570d7b61e72614fc9594e721d8a53ab0 (patch)
treec49da34cc452217c16ddf6ac3f190870d0d4445e /rts/GetTime.h
parent81f4cd3e08996d35b3a70dfee4d70a829f2f2622 (diff)
downloadhaskell-fd3fd18a570d7b61e72614fc9594e721d8a53ab0.tar.gz
Expose the prototype for getMonotonicNSec
Fixes T3807 on OS X 32.
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r--rts/GetTime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/GetTime.h b/rts/GetTime.h
index 4b967b5b9a..32c3754829 100644
--- a/rts/GetTime.h
+++ b/rts/GetTime.h
@@ -12,7 +12,6 @@
#include "BeginPrivate.h"
void initializeTimer (void);
-StgWord64 getMonotonicNSec (void);
Time getProcessCPUTime (void);
Time getThreadCPUTime (void);