diff options
| author | Jan Djärv | 2004-01-26 23:39:50 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-01-26 23:39:50 +0000 |
| commit | b0c681e2ef339bdc8644283e2cc2017744297d65 (patch) | |
| tree | b7c1dc66b69ab6e32583ed08546489ed6fa601e0 /src/process.h | |
| parent | c22aeff8e876b2820d134477a653f0679b71f488 (diff) | |
| download | emacs-b0c681e2ef339bdc8644283e2cc2017744297d65.tar.gz emacs-b0c681e2ef339bdc8644283e2cc2017744297d65.zip | |
synch_process_termsig new variable.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 2f46e74d4d0..74cb218a2d8 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -136,6 +136,9 @@ extern int synch_process_alive; | |||
| 136 | /* Nonzero => this is a string explaining death of synchronous subprocess. */ | 136 | /* Nonzero => this is a string explaining death of synchronous subprocess. */ |
| 137 | extern char *synch_process_death; | 137 | extern char *synch_process_death; |
| 138 | 138 | ||
| 139 | /* Nonzero => this is the signal number that terminated the subprocess. */ | ||
| 140 | int synch_process_termsig; | ||
| 141 | |||
| 139 | /* If synch_process_death is zero, | 142 | /* If synch_process_death is zero, |
| 140 | this is exit code of synchronous subprocess. */ | 143 | this is exit code of synchronous subprocess. */ |
| 141 | extern int synch_process_retcode; | 144 | extern int synch_process_retcode; |