]> Sergey Matveev's repositories - public-inbox.git/commit
watch: remove redundant signal mask manipulation
authorEric Wong <e@80x24.org>
Thu, 21 Oct 2021 21:10:26 +0000 (21:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Oct 2021 00:54:44 +0000 (00:54 +0000)
commit950485f0da0b79832e7ef100ac419f40c8bd30e0
treed16ee0c598ba9400962b82bb5c44581e92cc103d
parent8c9e20805d1e2a9245ae35ed6c5b737731513be8
watch: remove redundant signal mask manipulation

The top-level daemon process already blocks all signals,
so there's no reason to block them around fork() calls.
lib/PublicInbox/Watch.pm