Don't use SIGEMT; it is not portable
This commit is contained in:
parent
65cd309c08
commit
f8cbcf1b4f
|
@ -646,7 +646,7 @@ catch_del()
|
|||
{
|
||||
signal(SIGINT, catch_del);
|
||||
if (! disable_intr) {
|
||||
signal_child(SIGEMT);
|
||||
signal_child(7);
|
||||
child_interrupted = 1;
|
||||
}
|
||||
interrupted = 1;
|
||||
|
|
Loading…
Reference in a new issue