It should no longer be necessary to ignore SIGCHLD because it is now
authornicm <nicm@openbsd.org>
Mon, 10 Jul 2023 12:00:08 +0000 (12:00 +0000)
committernicm <nicm@openbsd.org>
Mon, 10 Jul 2023 12:00:08 +0000 (12:00 +0000)
commiteb36563f8987748902790de96a7bf915d9424ceb
treeac647cc2f88aa6e7b4c764c61b5cd0cff6e5de7a
parentbc5de94397d4bea45540427247c09bc5d378b0d2
It should no longer be necessary to ignore SIGCHLD because it is now
blocked around daemon(), and doing so causes trouble with newer libevent
(it cannot restore the original handler). Reported by Azat Khuzhin in
GitHub issue 3626.
usr.bin/tmux/client.c