]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_pipe::hit_eof): New method.
authorChristopher Faylor <me@cgf.cx>
Mon, 24 Sep 2001 21:50:44 +0000 (21:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 24 Sep 2001 21:50:44 +0000 (21:50 +0000)
commit35f879a6d0b6c24045570cf882d1474e1ab0de00
tree958334eb496e1b3d8f1311d572d78092717787b7
parent4367ec036fabc17ed167b798449537d2a05dda71
* fhandler.h (fhandler_pipe::hit_eof): New method.
(writepipe_exists): New class element.
(orig_pid): Ditto.
(id): Ditto.
(is_slow): Eliminate.
* pipe.cc (fhandler_pipe::set_close_on_exec): Set inheritance on
writepipe_exists, if it exists.
(fhandler_pipe::hit_eof): New method, modelled after tty.
(fhandler_pipe::dup): Duplicate writepipe_exists, if it exists.
(make_pipe): Set up a dummy event for pipes on windows 9x.  The nonexistence
of this event means that the write side of the pipe has closed.
(_dup): Move to syscalls.cc
(_dup2): Ditto.

* dtable.cc (dtable::build_fhandler): Fill out set_names here, if appropriate.
* syscalls.cc (_open): Call set_names in build_fhandler.
winsup/cygwin/ChangeLog
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/how-vfork-works.txt
winsup/cygwin/pipe.cc
winsup/cygwin/select.cc
winsup/cygwin/syscalls.cc
This page took 0.03194 seconds and 5 git commands to generate.