aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-05 20:37:05 +0100
committerMattias Andrée <m@maandree.se>2025-03-05 20:37:05 +0100
commitc23e28700a2973f1a57cfbcc92d98278f6464966 (patch)
treeaee7c672061621e4d01ab2ae89d67d8046eb23e6 /src
parentStyle and warnings (diff)
downloadredshift-ng-c23e28700a2973f1a57cfbcc92d98278f6464966.tar.gz
redshift-ng-c23e28700a2973f1a57cfbcc92d98278f6464966.tar.bz2
redshift-ng-c23e28700a2973f1a57cfbcc92d98278f6464966.tar.xz
Mention after fork that SIGCHLD is ignored
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src')
-rw-r--r--src/hooks.c1
1 files changed, 1 insertions, 0 deletions
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