diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-02 23:11:09 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-02 23:55:01 -0800 |
commit | f5090b91299cbd36901bef7b94aeef618b1bc6d8 (patch) | |
tree | d5dffd1d6cc0fb6acf8aa4b99baa41d0f121f4ec /lisp/emacs-lisp | |
parent | 25a33aa2d173d933af294a7ea130960c720e1be5 (diff) | |
download | emacs-f5090b91299cbd36901bef7b94aeef618b1bc6d8.tar.gz emacs-f5090b91299cbd36901bef7b94aeef618b1bc6d8.tar.bz2 emacs-f5090b91299cbd36901bef7b94aeef618b1bc6d8.zip |
Use tcdrain, not fdatasync, to drain ttys
fdatasync is for storage devices, not ttys.
* admin/merge-gnulib (GNULIB_MODULES): Remove fdatasync.
* lib/fdatasync.c, m4/fdatasync.m4: Remove.
* lib-src/Makefile.in (LIB_FDATASYNC):
* src/Makefile.in (LIB_FDATASYNC):
Remove. All uses removed.
* lib-src/emacsclient.c [!DOS_NT]:
Include <termios.h>, for tcdrain.
* lib-src/emacsclient.c (flush_stdout):
* src/sysdep.c (reset_sys_modes): On ttys, use tcdrain instead
of fdatasync (except don’t use either function if DOS_NT).
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions