summaryrefslogtreecommitdiff
path: root/nt/inc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-12-03 12:29:34 +0200
committerEli Zaretskii <eliz@gnu.org>2018-12-03 12:29:34 +0200
commit2ff9dca17c5ba1658f8083e20f3bcc7e90c57bb2 (patch)
tree17fa43e345070711647d7be2b4ad28d80d6babfe /nt/inc
parent5c412405c7422b356484a933179f852c30ce2f24 (diff)
downloademacs-2ff9dca17c5ba1658f8083e20f3bcc7e90c57bb2.tar.gz
Fix WINDOWSNT/DOS_NT build
Recent changes in sysdep.c and emacsclient unnecessarily removed useful code from DOS_NT builds. This changeset reinstates that code. * nt/inc/ms-w32.h (tcdrain): Redirect to _commit. (fdatasync): No need to redirect anymore. * lib-src/emacsclient.c (flush_stdout): Don't avoid calling tcdrain on DOS_NT platforms. * src/sysdep.c (reset_sys_modes): Don't ifdef away the call to tcdrain on DOS_NT platforms.
Diffstat (limited to 'nt/inc')
-rw-r--r--nt/inc/ms-w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index e4dec04fb8b..df35dff91b5 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -311,7 +311,7 @@ extern int execve (const char *, char * const *, char * const *);
#else
extern intptr_t execve (const char *, char * const *, char * const *);
#endif
-#define fdatasync _commit
+#define tcdrain _commit
#define fdopen _fdopen
#define fsync _commit
#define ftruncate _chsize