New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / posix / Itimer.c
index 3a09e80..2dbf32d 100644 (file)
@@ -221,7 +221,7 @@ stopTicker(void)
 }
 
 void
-exitTicker(void)
+exitTicker (rtsBool wait STG_UNUSED)
 {
 #if defined(USE_TIMER_CREATE)
     timer_delete(timer);