]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: add a HANDLE parameter to open_pipe
authorKen Brown <kbrown@cornell.edu>
Thu, 9 May 2019 15:36:26 +0000 (11:36 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 9 May 2019 18:41:29 +0000 (14:41 -0400)
commit816c6da53a86edf7f734cab0cd146b6813a220de
tree4ffccf280e6fd0598073ca57ff1429bc02c2ad05
parent00b2e56d3184231264005d6b1f60b1f40023907b
Cygwin: FIFO: add a HANDLE parameter to open_pipe

It's now up to the caller to pass a handle to open_pipe and, if
desired, to call set_handle on return.

This will be useful for a future commit, in which we will open a
client connection without setting an io_handle.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.03171 seconds and 5 git commands to generate.