This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: use raise() instead of kill() on ourselves
authorAndy Broad <andy@broad.ology.org.uk>
Sat, 5 Dec 2015 14:38:15 +0000 (09:38 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Dec 2015 14:44:54 +0000 (09:44 -0500)
commite92b5416baeb0c13e693ffd0dc4447382beffd89
tree7f03854b2ef15a457ea166308e625854016ed7d3
parent406d5545e79665094180534380eba323110f99bc
amigaos4: use raise() instead of kill() on ourselves

Using kill() on the same task that called kill() circumvents
Perl's signal handlers, but raise() doesn't, so use that instead.
amigaos4/amigaio.c