Don't use SIGEMT; it is not portable
authorceriel <none@none>
Tue, 15 Aug 1995 09:10:39 +0000 (09:10 +0000)
committerceriel <none@none>
Tue, 15 Aug 1995 09:10:39 +0000 (09:10 +0000)
util/grind/commands.g

index d2afb7b..2fbabeb 100644 (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;