public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.
@ 2022-11-24 10:57 Takashi Yano
  0 siblings, 0 replies; only message in thread
From: Takashi Yano @ 2022-11-24 10:57 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Takashi Yano

- 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.
---
 winsup/cygwin/Makefile.am                 | 2 +-
 winsup/cygwin/fhandler/{tty.cc => pty.cc} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename winsup/cygwin/fhandler/{tty.cc => pty.cc} (100%)

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
similarity index 100%
rename from winsup/cygwin/fhandler/tty.cc
rename to winsup/cygwin/fhandler/pty.cc
-- 
2.38.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-24 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 10:57 [PATCH] Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).