Re: [PATCH v2] Cygwin: dtable: Delete old kludge code for /dev/tty.

2023-07-07 Thread Corinna Vinschen
On Jul 7 12:30, Takashi Yano wrote: > Hi Corinna, > > On Tue, 4 Jul 2023 16:36:26 +0200 > Corinna Vinschen wrote: > > On Jul 4 19:03, Takashi Yano wrote: > > > This old kludge code assigns fhandler_console for /dev/tty even > > > if the CTTY is not a console when stat() has been called. Due to >

Re: [PATCH v2] Cygwin: dtable: Delete old kludge code for /dev/tty.

2023-07-06 Thread Takashi Yano
Hi Corinna, On Tue, 4 Jul 2023 16:36:26 +0200 Corinna Vinschen wrote: > On Jul 4 19:03, Takashi Yano wrote: > > This old kludge code assigns fhandler_console for /dev/tty even > > if the CTTY is not a console when stat() has been called. Due to > > this, the problem reported in > > https://cygwin

Re: [PATCH v2] Cygwin: dtable: Delete old kludge code for /dev/tty.

2023-07-04 Thread Corinna Vinschen
On Jul 4 19:03, Takashi Yano wrote: > This old kludge code assigns fhandler_console for /dev/tty even > if the CTTY is not a console when stat() has been called. Due to > this, the problem reported in > https://cygwin.com/pipermail/cygwin/2023-June/253888.html > occurs after the commit 3721a756b0d

[PATCH v2] Cygwin: dtable: Delete old kludge code for /dev/tty.

2023-07-04 Thread Takashi Yano
This old kludge code assigns fhandler_console for /dev/tty even if the CTTY is not a console when stat() has been called. Due to this, the problem reported in https://cygwin.com/pipermail/cygwin/2023-June/253888.html occurs after the commit 3721a756b0d8 ("Cygwin: console: Make the console accessibl