This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"Safe" signals - trial implementation.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 17 Jan 2001 22:41:10 +0000 (22:41 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 17 Jan 2001 22:41:10 +0000 (22:41 +0000)
commit0a8e0eff0300ee74cef43b18ff11d05a6376450e
treeb7b923b1cedae412a37ad43239ef3327d1ca1c52
parent9b5a166df944a05919fc72a0c76a3ff67c30dc35
"Safe" signals - trial implementation.
 gv.c tweaked to zero PL_sig_pend array
 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
Odd thing is that it "works" with PERLIO=stdio as well (linux).

p4raw-id: //depot/perlio@8467
gv.c
mg.c
perlio.c
util.c