]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: synchronize the blocking mode of a writer's pipe
authorKen Brown <kbrown@cornell.edu>
Thu, 25 Apr 2019 22:21:11 +0000 (18:21 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 26 Apr 2019 11:45:37 +0000 (07:45 -0400)
commit440559c40a4879ddfe0a73282aab994c53955cef
tree2262115bb5e07799e7edbf3fc1d6f31099d3769a
parentf527171a9395f316889e0e2b12fffac14bdf98c4
Cygwin: FIFO: synchronize the blocking mode of a writer's pipe

The blocking mode of the Windows pipe underlying a writer is set to
match that of the writer itself when the latter is opened.  Define
fhandler_fifo::fcntl to keep the pipe and the writer in sync if the
blocking mode is changed via fcntl.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.030687 seconds and 5 git commands to generate.