aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorJim Blandy1992-02-11 02:10:29 +0000
committerJim Blandy1992-02-11 02:10:29 +0000
commit7a04feb0741206e4a1c3e01840bd5557d5c84af9 (patch)
treec05bb0c58bb5a3bd5b593d7ed68fffe1f96234c6 /src/process.h
parentb5752bd1090d9cce79713c1c5847f4dc32291bba (diff)
downloademacs-7a04feb0741206e4a1c3e01840bd5557d5c84af9.tar.gz
emacs-7a04feb0741206e4a1c3e01840bd5557d5c84af9.zip
entered into RCS
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h5
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. */
80extern int synch_process_alive; 80extern int synch_process_alive;
81 81
82/* Communicate exit status of synch process to from sigchld_handler
83 to Fcall_process. */
84extern int synch_process_retcode;
85extern 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. */
83extern char *synch_process_death; 88extern char *synch_process_death;
84 89