On Oct 26 17:29, Takashi Yano via Cygwin-patches wrote:
> - If output of non-cygwin process is piped to cygwin process, such
> as less, the non-cygwin process sometimes fails to start and hangs.
> This patch fixes the issue.
> ---
> winsup/cygwin/fhandler_tty.cc | 9 -
> 1 file changed
- If output of non-cygwin process is piped to cygwin process, such
as less, the non-cygwin process sometimes fails to start and hangs.
This patch fixes the issue.
---
winsup/cygwin/fhandler_tty.cc | 9 -
1 file changed, 9 deletions(-)
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsu