aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c
index 210287a85f1..c8f329c244b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -164,10 +164,6 @@ extern Lisp_Object QCfilter;
164 164
165extern const char *get_operating_system_release (void); 165extern const char *get_operating_system_release (void);
166 166
167/* From sysdep.c or w32.c */
168extern int serial_open (char *port);
169extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact);
170
171#ifndef HAVE_H_ERRNO 167#ifndef HAVE_H_ERRNO
172extern int h_errno; 168extern int h_errno;
173#endif 169#endif