]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 16 Nov 2021 23:13:17 +0000 (08:13 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 16 Nov 2021 23:14:23 +0000 (08:14 +0900)
commit5badb8aa0a6a1a79504dc0cd4ee40df1f173060c
tree25fc2c04e109cc16f787518102289a27f6e67b3c
parent41de4b6fd735b86afa7ea05ca8cbfeddd2e1f78f
Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

- NtReadFile() and NtWriteFile() seems to return STATUS_PENDING
  occasionally even in nonblocking mode. This patch adds handling
  for STATUS_PENDING in nonblocking mode.

Addresses:
  https://cygwin.com/pipermail/cygwin/2021-November/249910.html
winsup/cygwin/fhandler_pipe.cc
winsup/cygwin/release/3.3.3
This page took 0.031102 seconds and 5 git commands to generate.