aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/process.h b/src/process.h
index 649056a99ff..747540f26a9 100644
--- a/src/process.h
+++ b/src/process.h
@@ -163,12 +163,6 @@ extern int synch_process_termsig;
163 this is exit code of synchronous subprocess. */ 163 this is exit code of synchronous subprocess. */
164extern int synch_process_retcode; 164extern int synch_process_retcode;
165 165
166/* The name of the file open to get a null file, or a data sink.
167 MS-DOS, and OS/2 redefine this. */
168#ifndef NULL_DEVICE
169#define NULL_DEVICE "/dev/null"
170#endif
171
172/* Nonzero means don't run process sentinels. This is used 166/* Nonzero means don't run process sentinels. This is used
173 when exiting. */ 167 when exiting. */
174extern int inhibit_sentinels; 168extern int inhibit_sentinels;