From 20505336e1666c028d34ba1a5ad43182bfc94330 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Jul 2002 11:13:47 +0000 Subject: [PATCH] (process_send_signal): Add abort call. --- src/process.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 7c3b1779496..771a4e1fe62 100644 --- a/src/process.c +++ b/src/process.c @@ -5117,7 +5117,9 @@ process_send_signal (process, signo, current_group, nomsg) #endif /* ! defined (TCGETA) */ #endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */ #endif /* ! defined HAVE_TERMIOS */ -#endif /* ! defined (SIGNALS_VIA_CHARACTERS) */ + abort (); + /* The code above always returns from the function. */ +#endif /* defined (SIGNALS_VIA_CHARACTERS) */ #ifdef TIOCGPGRP /* Get the pgrp using the tty itself, if we have that. -- 2.39.5