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 74cb218a2d8..6e2641d6b06 100644
--- a/src/process.h
+++ b/src/process.h
@@ -137,7 +137,7 @@ extern int synch_process_alive;
137extern char *synch_process_death; 137extern char *synch_process_death;
138 138
139/* Nonzero => this is the signal number that terminated the subprocess. */ 139/* Nonzero => this is the signal number that terminated the subprocess. */
140int synch_process_termsig; 140extern int synch_process_termsig;
141 141
142/* If synch_process_death is zero, 142/* If synch_process_death is zero,
143 this is exit code of synchronous subprocess. */ 143 this is exit code of synchronous subprocess. */