[project @ 2005-12-19 13:08:19 by simonpj]
[ghc-hetmet.git] / ghc / includes / Storage.h
index 1f6ef3f..e37c50d 100644 (file)
@@ -392,7 +392,7 @@ extern lnat     countNurseryBlocks   ( void );
    Functions from GC.c 
    -------------------------------------------------------------------------- */
 
-extern void         threadPaused ( StgTSO * );
+extern void         threadPaused ( Capability *cap, StgTSO * );
 extern StgClosure * isAlive      ( StgClosure *p );
 extern void         markCAFs     ( evac_fn evac );