]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Set input_available_event only for cygwin pipe.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Fri, 15 Jan 2021 09:26:31 +0000 (18:26 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 18 Jan 2021 15:26:28 +0000 (16:26 +0100)
commita776a0ce26abfdf5de9b94746818dfce176ab215
treee97ba8c61ff4dcc8264cc3be604d566ef59d033e
parent25ce7a6245e57181f3879278767a5b644480ef6e
Cygwin: pty: Set input_available_event only for cygwin pipe.

- cat exits immediately in the following senario.
    1) Execute env CYGWIN=disable_pcon script
    2) Execute cmd.exe
    3) Execute cat in cmd.exe.
  This is caused by setting input_available_event for the pipe for
  non-cygwin app. This patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.025533 seconds and 5 git commands to generate.