Mercurial > emacs
comparison src/process.c @ 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 | 1fb8f75062c6 |
| children | 40db0673e6f0 |
comparison
equal
deleted
inserted
replaced
| 46313:5147af5ee4b8 | 46314:7c8eab7f2bd6 |
|---|---|
| 5115 /* If your system configuration files define SIGNALS_VIA_CHARACTERS, | 5115 /* If your system configuration files define SIGNALS_VIA_CHARACTERS, |
| 5116 you'd better be using one of the alternatives above! */ | 5116 you'd better be using one of the alternatives above! */ |
| 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. |
| 5124 Otherwise, use the pty to get the pgrp. | 5126 Otherwise, use the pty to get the pgrp. |
| 5125 On pfa systems, saka@pfu.fujitsu.co.JP writes: | 5127 On pfa systems, saka@pfu.fujitsu.co.JP writes: |
