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, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index e7ccb2c604e..bdaaba70fea 100644
--- a/src/process.c
+++ b/src/process.c
@@ -7248,7 +7248,7 @@ process has been transmitted to the serial port. */)
7248 send_process (proc, "\004", 1, Qnil); 7248 send_process (proc, "\004", 1, Qnil);
7249 else if (EQ (XPROCESS (proc)->type, Qserial)) 7249 else if (EQ (XPROCESS (proc)->type, Qserial))
7250 { 7250 {
7251#ifndef WINDOWSNT 7251#if !defined WINDOWSNT && defined HAVE_TCDRAIN
7252 if (tcdrain (XPROCESS (proc)->outfd) != 0) 7252 if (tcdrain (XPROCESS (proc)->outfd) != 0)
7253 report_file_error ("Failed tcdrain", Qnil); 7253 report_file_error ("Failed tcdrain", Qnil);
7254#endif /* not WINDOWSNT */ 7254#endif /* not WINDOWSNT */