This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Catch die in %SIG handler and unblock the signal before re-dying.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 11 Jan 2001 20:57:44 +0000 (20:57 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 11 Jan 2001 20:57:44 +0000 (20:57 +0000)
commit1b266415f383a85c93346bb15a7bdcac7f62eb77
tree0b4195c790a9a539f53fff4d87708a91de9c5e1d
parent4bfee161f7a97900585aa2d88dc2e41ec655cbfb
Catch die in %SIG handler and unblock the signal before re-dying.
This make Linux work _without_ sigsetjmp().
Turn off sigsetjmp() to see what else it does.
May need Configure probe for sigprocmask() if anything has sigaction()
but not sigprocmask().

p4raw-id: //depot/perlio@8407
mg.c
scope.h