From c23e28700a2973f1a57cfbcc92d98278f6464966 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 20:37:05 +0100 Subject: Mention after fork that SIGCHLD is ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/hooks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hooks.c') diff --git a/src/hooks.c b/src/hooks.c index 8440874..9a9f8ac 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -105,6 +105,7 @@ hooks_signal_period_change(enum period prev_period, enum period period) /* Only reached on error */ _exit(EXIT_FAILURE); default: + /* SIGCHLD is ignored */ break; } #endif -- cgit v1.2.3-70-g09d2