aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index b5291d82..3dcb55c3 100644
--- a/daemon.c
+++ b/daemon.c
@@ -53,7 +53,7 @@
#include "fetchmail.h"
#include "tunable.h"
-RETSIGTYPE
+static RETSIGTYPE
sigchld_handler (int sig)
/* process SIGCHLD to obtain the exit code of the terminating process */
{