]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 16 Sep 2021 19:23:12 +0000 (04:23 +0900)
committerKen Brown <kbrown@cornell.edu>
Thu, 16 Sep 2021 19:53:57 +0000 (15:53 -0400)
commit9814cfd8f693f61e602a5436b3fd6502907bfb11
tree945f1995a59ce3cd8f3716d3f69c9878634a600d
parent199482654b07e0603f668caaba8cddb2070cfdb8
Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.

- query_hdl and hdl_cnt_mtx are moved from fhandler_pipe_fifo to
  fhandler_pipe. Then reader_closed() is changed to virtual and
  overridden in fhandler_pipe.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_pipe.cc
This page took 0.031865 seconds and 5 git commands to generate.