ANSI-ise a function declaration
authorSimon Marlow <marlowsd@gmail.com>
Tue, 8 Jul 2008 11:04:30 +0000 (11:04 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 8 Jul 2008 11:04:30 +0000 (11:04 +0000)
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;