Fix info table for stg_ap_1_upd, it stated 1 non-ptr, should be zero
[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