Reorganisation to fix problems related to the gct register variable
[ghc-hetmet.git] / rts / win32 / ConsoleHandler.c
index 76ebea0..2cd10ec 100644 (file)
@@ -199,7 +199,7 @@ void startSignalHandlers(Capability *cap)
  * Evacuate the handler stack. _Assumes_ that console event delivery
  * has already been blocked.
  */
-void markSignalHandlers (evac_fn evac STG_UNUSED)
+void markSignalHandlers (evac_fn evac STG_UNUSED, void *user STG_UNUSED)
 {
     // nothing to mark; the console handler is a StablePtr which is
     // already treated as a root by the GC.