public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.
@ 2022-11-25  3:38 Takashi Yano
  0 siblings, 0 replies; only message in thread
From: Takashi Yano @ 2022-11-25  3:38 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2e4ecbb3f0d574d18eddb97eff9421db45fb0da7

commit 2e4ecbb3f0d574d18eddb97eff9421db45fb0da7
Author: Takashi Yano <takashi.yano@nifty.ne.jp>
Date:   Thu Nov 24 08:30:16 2022 +0900

    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.

Diff:
---
 winsup/cygwin/Makefile.am                 | 2 +-
 winsup/cygwin/fhandler/{tty.cc => pty.cc} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

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

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

only message in thread, other threads:[~2022-11-25  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25  3:38 [newlib-cygwin] 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).