aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-12 11:13:47 +0000
committerRichard M. Stallman2002-07-12 11:13:47 +0000
commit20505336e1666c028d34ba1a5ad43182bfc94330 (patch)
tree8276421266383ddf837d2f1cd82e77177835606e /src/process.c
parent9327f1343966a9131fa8f8561f8dad0be03bbd39 (diff)
downloademacs-20505336e1666c028d34ba1a5ad43182bfc94330.tar.gz
emacs-20505336e1666c028d34ba1a5ad43182bfc94330.zip
(process_send_signal): Add abort call.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 3 insertions, 1 deletions
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)
5117#endif /* ! defined (TCGETA) */ 5117#endif /* ! defined (TCGETA) */
5118#endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */ 5118#endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
5119#endif /* ! defined HAVE_TERMIOS */ 5119#endif /* ! defined HAVE_TERMIOS */
5120#endif /* ! defined (SIGNALS_VIA_CHARACTERS) */ 5120 abort ();
5121 /* The code above always returns from the function. */
5122#endif /* defined (SIGNALS_VIA_CHARACTERS) */
5121 5123
5122#ifdef TIOCGPGRP 5124#ifdef TIOCGPGRP
5123 /* Get the pgrp using the tty itself, if we have that. 5125 /* Get the pgrp using the tty itself, if we have that.