aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 7bfd2a3258a..39fa26e8b54 100644
--- a/src/process.c
+++ b/src/process.c
@@ -162,8 +162,6 @@ extern Lisp_Object QCfilter;
162/* Define first descriptor number available for subprocesses. */ 162/* Define first descriptor number available for subprocesses. */
163#define FIRST_PROC_DESC 3 163#define FIRST_PROC_DESC 3
164 164
165extern const char *get_operating_system_release (void);
166
167#ifndef HAVE_H_ERRNO 165#ifndef HAVE_H_ERRNO
168extern int h_errno; 166extern int h_errno;
169#endif 167#endif