]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: unblock SIGCHLD in subprocess
authorEric Wong <e@yhbt.net>
Mon, 29 Jun 2020 10:34:20 +0000 (10:34 +0000)
committerEric Wong <e@yhbt.net>
Tue, 30 Jun 2020 03:05:29 +0000 (03:05 +0000)
commit761baa2a300e426885675a01e4773193ab7101ff
tree2dc5ddff8959adb2b09060bb415fc4ede789cdd8
parent38c87c5d556e218abe59d874f0ad7968d17a79b8
spawn: unblock SIGCHLD in subprocess

Subprocess we spawn may want to use SIGCHLD for themselves.
This also ensures we restore default signal handlers
in the pure Perl version.
lib/PublicInbox/Spawn.pm
lib/PublicInbox/SpawnPP.pm
t/spawn.t