mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
synch_process_termsig new variable.
This commit is contained in:
parent
c22aeff8e8
commit
b0c681e2ef
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ extern int synch_process_alive;
|
|||
/* Nonzero => this is a string explaining death of synchronous subprocess. */
|
||||
extern char *synch_process_death;
|
||||
|
||||
/* Nonzero => this is the signal number that terminated the subprocess. */
|
||||
int synch_process_termsig;
|
||||
|
||||
/* If synch_process_death is zero,
|
||||
this is exit code of synchronous subprocess. */
|
||||
extern int synch_process_retcode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue