From e3ba3e8f66cf6d32a7408fe3e3666805ddf82578 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 18 May 2012 08:48:24 +0200 Subject: Uninline pr_log --- src/fastd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.c') diff --git a/src/fastd.c b/src/fastd.c index a73c73d..b3b5e4c 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -48,6 +48,7 @@ static volatile bool sighup = false; static volatile bool terminate = false; + static void on_sighup(int signo) { sighup = true; } -- cgit v1.2.3