[project @ 2005-07-26 10:11:37 by simonmar]
[ghc-hetmet.git] / ghc / rts / Capability.h
index 7034b6b..5f1649e 100644 (file)
@@ -59,7 +59,7 @@ extern void prodWorker ( void );
 // current worker thread should then re-acquire it using
 // waitForCapability().
 //
-extern void yieldCapability( Capability **pCap );
+extern void yieldCapability( Capability** pCap, Condition *cond );
 
 // Acquires a capability for doing some work.
 //