changeset 46314:7c8eab7f2bd6

(process_send_signal): Add abort call.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 11:13:47 +0000
parents 5147af5ee4b8
children 67b681b7d3d9
files src/process.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Fri Jul 12 08:58:32 2002 +0000
+++ b/src/process.c	Fri Jul 12 11:13:47 2002 +0000
@@ -5117,7 +5117,9 @@
 #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.