Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Yano <takashi.yano@nifty.ne.jp>2022-11-24 02:30:16 +0300
committerTakashi Yano <takashi.yano@nifty.ne.jp>2022-11-25 03:33:27 +0300
commit2e4ecbb3f0d574d18eddb97eff9421db45fb0da7 (patch)
treebbc627a56371325a699931abb083df25f9910c6c
parentafa957ae5b8187996e0c7c500e2b747cd55347e9 (diff)
Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.
- Previously, we have two tty.cc, one is winsup/cygwin/tty.cc and the other is winsup/cygwin/fhandler/tty.cc. This is somewhat confusing. This patch renames fhandler/tty.cc to fhandler/pty.cc.
-rw-r--r--winsup/cygwin/Makefile.am2
-rw-r--r--winsup/cygwin/fhandler/pty.cc (renamed from winsup/cygwin/fhandler/tty.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index c321a38fe..1d57e8492 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -108,7 +108,7 @@ FHANDLER_FILES= \
fhandler/tape.cc \
fhandler/termios.cc \
fhandler/timerfd.cc \
- fhandler/tty.cc \
+ fhandler/pty.cc \
fhandler/virtual.cc \
fhandler/windows.cc \
fhandler/zero.cc
diff --git a/winsup/cygwin/fhandler/tty.cc b/winsup/cygwin/fhandler/pty.cc
index 7959d4b0a..7959d4b0a 100644
--- a/winsup/cygwin/fhandler/tty.cc
+++ b/winsup/cygwin/fhandler/pty.cc