From f8cbcf1b4fd63b5dcb0e150203a188f549c79df2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 15 Aug 1995 09:10:39 +0000 Subject: [PATCH] Don't use SIGEMT; it is not portable --- util/grind/commands.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grind/commands.g b/util/grind/commands.g index d2afb7b03..2fbabebf0 100644 --- a/util/grind/commands.g +++ b/util/grind/commands.g @@ -646,7 +646,7 @@ catch_del() { signal(SIGINT, catch_del); if (! disable_intr) { - signal_child(SIGEMT); + signal_child(7); child_interrupted = 1; } interrupted = 1; -- 2.34.1