diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 20:00:57 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 20:00:57 +0000 |
commit | b473ec1c5f526ff9c8e2224fe753d207c901aec2 (patch) | |
tree | 72461c3816ba99b84c380710c138192a5ccd97ba /includes/RtsExternal.h | |
parent | b01110d1352de5d972d8fb63f28c244d2c1ff99b (diff) | |
download | haskell-b473ec1c5f526ff9c8e2224fe753d207c901aec2.tar.gz |
export stopTimer(), we need this in the unix package
Diffstat (limited to 'includes/RtsExternal.h')
-rw-r--r-- | includes/RtsExternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 30a5b56702..41c608dbf2 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -43,6 +43,7 @@ extern int forkOS_createThread ( HsStablePtr entry ); extern pid_t forkProcess(HsStablePtr *entry); extern HsBool rtsSupportsBoundThreads(void); extern StgInt newSpark (StgRegTable *reg, StgClosure *p); +extern void stopTimer(void); /* grimy low-level support functions defined in StgPrimFloat.c */ extern StgDouble __encodeDouble (I_ size, StgByteArray arr, I_ e); |