Don't use SIGEMT; it is not portable

This commit is contained in:
ceriel 1995-08-15 09:10:39 +00:00
parent 65cd309c08
commit f8cbcf1b4f

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;