summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-11 02:10:29 +0000
committerJim Blandy <jimb@redhat.com>1992-02-11 02:10:29 +0000
commit9e8ca3a068ff5e3d4b04e691f38446f4783e384d (patch)
tree12d821604c98b68dc22d0c5815ebed330604742c /src/process.h
parent6d56e17d74be81bcd592ded60441808e6b4c1bf2 (diff)
downloademacs-9e8ca3a068ff5e3d4b04e691f38446f4783e384d.tar.gz
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
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;