diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 3c41bb043be..8767f80b4a6 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -87,7 +87,7 @@ extern Lisp_Object Vprocess_alist; | |||
| 87 | are waiting for it. */ | 87 | are waiting for it. */ |
| 88 | extern int synch_process_alive; | 88 | extern int synch_process_alive; |
| 89 | 89 | ||
| 90 | /* Communicate exit status of synch process to from sigchld_handler | 90 | /* Communicate exit status of sync process to from sigchld_handler |
| 91 | to Fcall_process. */ | 91 | to Fcall_process. */ |
| 92 | extern int synch_process_retcode; | 92 | extern int synch_process_retcode; |
| 93 | extern char *synch_process_death; | 93 | extern char *synch_process_death; |