diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 20:37:05 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 20:37:05 +0100 |
commit | c23e28700a2973f1a57cfbcc92d98278f6464966 (patch) | |
tree | aee7c672061621e4d01ab2ae89d67d8046eb23e6 /src | |
parent | Style and warnings (diff) | |
download | redshift-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.c | 1 |
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 |