]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: make certain errors non-fatal
authorKen Brown <kbrown@cornell.edu>
Sat, 11 Jul 2020 19:20:45 +0000 (15:20 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 16 Jul 2020 19:59:53 +0000 (15:59 -0400)
commitd3a01b7ec253db6cf9b3dc2be4dd80a9da01281e
treef85c5bedbf854c8ba882109f59e23d93301170ca
parentb0418138fe47d328b6e12137255b6df86483b1dc
Cygwin: FIFO: make certain errors non-fatal

If update_my_handlers fails to duplicate one or more handles, just
mark the corresponding handlers as being in an error state.

But if update_my_handlers is unable to open the process of the
previous owner, it's likely that something serious has gone wrong, so
we continue to make that a fatal error.
winsup/cygwin/fhandler_fifo.cc
This page took 0.029603 seconds and 5 git commands to generate.