Don't use SIGEMT; it is not portable
This commit is contained in:
parent
44dd8a38e6
commit
25cd851c6e
@ -646,7 +646,7 @@ catch_del()
|
|||||||
{
|
{
|
||||||
signal(SIGINT, catch_del);
|
signal(SIGINT, catch_del);
|
||||||
if (! disable_intr) {
|
if (! disable_intr) {
|
||||||
signal_child(SIGEMT);
|
signal_child(7);
|
||||||
child_interrupted = 1;
|
child_interrupted = 1;
|
||||||
}
|
}
|
||||||
interrupted = 1;
|
interrupted = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user