Mercurial > emacs
diff src/process.h @ 546:c10a468c6203
entered into RCS
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 11 Feb 1992 02:10:29 +0000 |
| parents | cba0546ba47c |
| children | 17a84e60603b |
line wrap: on
line diff
--- a/src/process.h Tue Feb 11 02:09:48 1992 +0000 +++ b/src/process.h Tue Feb 11 02:10:29 1992 +0000 @@ -79,6 +79,11 @@ are waiting for it. */ extern int synch_process_alive; +/* Communicate exit status of synch process to from sigchld_handler + to Fcall_process. */ +extern int synch_process_retcode; +extern char *synch_process_death; + /* Nonzero => this is a string explaining death of synchronous subprocess. */ extern char *synch_process_death;
