On Jun 27 01:10, Ken Brown wrote:
> Previously fhandler_fifo::open would treat the FIFO as a reader and
> would block, waiting for a writer.
Yup, thanks for catching. Please push.
Corinna
--
Corinna Vinschen
Cygwin Maintainer
signature.asc
Description: PGP signature
Previously fhandler_fifo::open would treat the FIFO as a reader and
would block, waiting for a writer.
---
winsup/cygwin/fhandler_fifo.cc | 11 ++-
winsup/cygwin/release/3.0.8| 13 +
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 winsup/cygwin/release/