Re: [PATCH 0/1] Cygwin: pty: Fix select() with pseudo console support.

2019-09-05 Thread Corinna Vinschen
On Sep 5 13:22, Takashi Yano wrote: > - select() did not work correctly when both read and except are > polled simultaneously for the same fd and the r/w pipe is switched > to pseudo console side. This patch fixes this isseu. > > Takashi Yano (1): > Cygwin: pty: Fix select() with pseudo con

[PATCH 0/1] Cygwin: pty: Fix select() with pseudo console support.

2019-09-04 Thread Takashi Yano
- select() did not work correctly when both read and except are polled simultaneously for the same fd and the r/w pipe is switched to pseudo console side. This patch fixes this isseu. Takashi Yano (1): Cygwin: pty: Fix select() with pseudo console support. winsup/cygwin/fhandler.h |