This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 console support.
> 
>  winsup/cygwin/fhandler.h      |  15 +++
>  winsup/cygwin/fhandler_tty.cc |  13 ++-
>  winsup/cygwin/select.cc       | 192 ++++++++++++++++++++++++++++++++--
>  winsup/cygwin/select.h        |   2 +
>  4 files changed, 207 insertions(+), 15 deletions(-)
> 
> -- 
> 2.21.0

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]