This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 9 May 2001 11:59:50 +0000 (11:59 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 9 May 2001 11:59:50 +0000 (11:59 +0000)
commit0a0ada86d5873275d2ecec5cb3ffc5cb284ca30d
tree69b246a03def1a5e58e4d6f3f8e6957d26e3567f
parent7e78a3dd0a001bb9e811c17c95314cd5b6e3113a
If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."

p4raw-id: //depot/perlio@10048
pp_sys.c