diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 07610737801..8f476f6894d 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -79,6 +79,11 @@ struct Lisp_Process | |||
| 79 | are waiting for it. */ | 79 | are waiting for it. */ |
| 80 | extern int synch_process_alive; | 80 | extern int synch_process_alive; |
| 81 | 81 | ||
| 82 | /* Communicate exit status of synch process to from sigchld_handler | ||
| 83 | to Fcall_process. */ | ||
| 84 | extern int synch_process_retcode; | ||
| 85 | extern char *synch_process_death; | ||
| 86 | |||
| 82 | /* Nonzero => this is a string explaining death of synchronous subprocess. */ | 87 | /* Nonzero => this is a string explaining death of synchronous subprocess. */ |
| 83 | extern char *synch_process_death; | 88 | extern char *synch_process_death; |
| 84 | 89 | ||