public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Takashi Yano <tyan0@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.
Date: Fri, 25 Nov 2022 03:38:16 +0000 (GMT)	[thread overview]
Message-ID: <20221125033816.1AD5B3893663@sourceware.org> (raw)

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

                 reply	other threads:[~2022-11-25  3:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221125033816.1AD5B3893663@sourceware.org \
    --to=tyan0@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).