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.
This commit is contained in:
Takashi Yano 2022-11-24 08:30:16 +09:00
parent afa957ae5b
commit 2e4ecbb3f0
2 changed files with 1 additions and 1 deletions

View File

@ -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