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 6d4832ffde8..35b01aba6a4 100644
--- a/src/process.h
+++ b/src/process.h
@@ -142,7 +142,7 @@ extern int synch_process_alive;
142 to Fcall_process. */ 142 to Fcall_process. */
143 143
144/* Nonzero => this is a string explaining death of synchronous subprocess. */ 144/* Nonzero => this is a string explaining death of synchronous subprocess. */
145extern char *synch_process_death; 145extern const char *synch_process_death;
146 146
147/* Nonzero => this is the signal number that terminated the subprocess. */ 147/* Nonzero => this is the signal number that terminated the subprocess. */
148extern int synch_process_termsig; 148extern int synch_process_termsig;