ANSI-ise a function declaration
[ghc-hetmet.git] / rts / posix / Signals.c
index f79e348..fcfa1f1 100644 (file)
@@ -458,7 +458,7 @@ shutdown_handler(int sig STG_UNUSED)
  * doesn't seem to do so.
  * -------------------------------------------------------------------------- */
 void
-initDefaultHandlers()
+initDefaultHandlers(void)
 {
     struct sigaction action,oact;