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

commit 2e4ecbb3f0d574d18eddb97eff9421db45fb0da7
Author: Takashi Yano <[email protected]>
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

Reply via email to