don't make -ddump-if-trace imply -no-recomp
[ghc-hetmet.git] / rts / Schedule.h
index ba5efc2..ddac92b 100644 (file)
@@ -18,7 +18,7 @@
  * Locks assumed   :  none
  */
 void initScheduler (void);
-void exitScheduler (void);
+void exitScheduler (rtsBool wait_foreign);
 void freeScheduler (void);
 
 // Place a new thread on the run queue of the current Capability