aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
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. */
88extern int synch_process_alive; 88extern 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. */
92extern int synch_process_retcode; 92extern int synch_process_retcode;
93extern char *synch_process_death; 93extern char *synch_process_death;