]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: fhandler_fifo::hit_eof: improve reliability
authorKen Brown <kbrown@cornell.edu>
Sat, 11 Jul 2020 18:23:11 +0000 (14:23 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 16 Jul 2020 19:59:53 +0000 (15:59 -0400)
commite10425e1e31ee4db2ae50a67dfb9fe67e83707fe
tree91ba52f7c8770b9464aaf7dede19be3e34a1a541
parent8ca713d70a4038922babc998bbf813768354d84e
Cygwin: fhandler_fifo::hit_eof: improve reliability

Use the writer count introduced in the previous commit to help detect
EOF.  Drop the maybe_eof method, which is no longer needed.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
winsup/cygwin/select.cc
This page took 0.031603 seconds and 5 git commands to generate.