From 62f22f399bd326fc6521204aff3b02bb32e8a401 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 28 Jun 2010 11:20:47 +0000 Subject: --- contrib/timeout_watchdog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/timeout_watchdog.c b/contrib/timeout_watchdog.c index c8c339167..82bf11b0f 100644 --- a/contrib/timeout_watchdog.c +++ b/contrib/timeout_watchdog.c @@ -33,7 +33,7 @@ static int child_died; static pid_t child; -void sigchld_handler(int val) +static void sigchld_handler(int val) { int status = 0; int ret = 0; @@ -52,7 +52,7 @@ void sigchld_handler(int val) exit(ret); } -void sigint_handler(int val) +static void sigint_handler(int val) { kill(0, val); exit(1); -- cgit v1.2.3