Don't use SIGEMT; it is not portable

This commit is contained in:
ceriel 1995-08-15 09:10:39 +00:00
parent 44dd8a38e6
commit 25cd851c6e

View File

@ -646,7 +646,7 @@ catch_del()
{
signal(SIGINT, catch_del);
if (! disable_intr) {
signal_child(SIGEMT);
signal_child(7);
child_interrupted = 1;
}
interrupted = 1;