summaryrefslogtreecommitdiff
path: root/src/pty.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-02-07 10:45:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-07 10:45:23 +0000
commitb247e0622ef16b7819f5dadefd3e3f0a803b4021 (patch)
tree46fdc730e9b2dbc3438df20354eeaa2720d56828 /src/pty.c
parent6bf821e8abe1da24e5d0624f032d7eda745756e8 (diff)
downloadvim-git-b247e0622ef16b7819f5dadefd3e3f0a803b4021.tar.gz
patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systemsv8.2.4316
Problem: __CYGWIN32__ is not defined on 64 bit systems. Solution: Update #ifdefs. (Ken Takata, closes #9709)
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pty.c b/src/pty.c
index 5f8b9e561..4c4e9e2ea 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -46,10 +46,6 @@
#include <signal.h>
-#ifdef __CYGWIN32__
-# include <sys/termios.h>
-#endif
-
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif