]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix select() with pseudo console support.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 5 Sep 2019 04:22:54 +0000 (13:22 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 5 Sep 2019 11:59:37 +0000 (13:59 +0200)
commit915fcd0ae8d83546ce135131cd25bf6795d97966
treef8ec907ff976df28a950a56370b1cc46565be26a
parent433c6b8e0a667f9eae41a52efadec35ac62730df
Cygwin: pty: Fix select() with pseudo console support.

- 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.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/select.cc
winsup/cygwin/select.h
This page took 0.031147 seconds and 5 git commands to generate.