From 33b42ef9c0d3b05ad889959bb1d143ae9ffe1665 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 8 Jul 2008 11:04:30 +0000 Subject: [PATCH] ANSI-ise a function declaration --- rts/posix/Signals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c index f79e348..fcfa1f1 100644 --- a/rts/posix/Signals.c +++ b/rts/posix/Signals.c @@ -458,7 +458,7 @@ shutdown_handler(int sig STG_UNUSED) * doesn't seem to do so. * -------------------------------------------------------------------------- */ void -initDefaultHandlers() +initDefaultHandlers(void) { struct sigaction action,oact; -- 1.7.10.4