summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-11-07 11:54:30 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-11-07 11:54:30 +0000
commit5c42da2ef1a50fc0c47d229743f96f9f6c0dace3 (patch)
treeb0fd319c48b200d708801e92f443dde973ef42fb /includes
parente5d7f9c6013d1be616fa7a54e34e9ae9bac30218 (diff)
downloadhaskell-5c42da2ef1a50fc0c47d229743f96f9f6c0dace3.tar.gz
move newSpark() prototype to RtsExternal.h to avoid warnings
Diffstat (limited to 'includes')
-rw-r--r--includes/RtsExternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h
index d96762020e..8e1a26acab 100644
--- a/includes/RtsExternal.h
+++ b/includes/RtsExternal.h
@@ -38,6 +38,7 @@ extern int rts_getThreadId(StgPtr tso);
extern int forkOS_createThread ( HsStablePtr entry );
extern StgInt forkProcess(HsStablePtr *entry);
extern StgBool rtsSupportsBoundThreads(void);
+extern StgInt newSpark (StgRegTable *reg, StgClosure *p);
/* grimy low-level support functions defined in StgPrimFloat.c */
extern StgDouble __encodeDouble (I_ size, StgByteArray arr, I_ e);