We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77e6da commit e676714Copy full SHA for e676714
pod/perlipc.pod
@@ -204,7 +204,8 @@ info to show that it works; it should be replaced with the real code.
204
my $script = File::Basename::basename($0);
205
my $SELF = catfile($FindBin::Bin, $script);
206
207
- # POSIX unmasks the sigprocmask properly
+ # Use SA_NODEFER to prevent SIGHUP from being blocked in
208
+ # the new process (due to signal mask preservation across exec).
209
my $sigset = POSIX::SigSet->new();
210
my $action = POSIX::SigAction->new("sigHUP_handler",
211
$sigset,
0 commit comments