]> Sergey Matveev's repositories - public-inbox.git/commitdiff
watch: block signals before fork on non-signalfd/kevent systems
authorEric Wong <e@80x24.org>
Mon, 31 Aug 2020 04:41:35 +0000 (04:41 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Sep 2020 00:19:17 +0000 (00:19 +0000)
In case there's non-Linux or BSD users w/o IO::KQueue, we
shouldn't let signal handlers fire in the child processes.

The child processes always assumed signals were blocked by
the parent, so no changes were necessary, there.


No differences found