]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.
authorChristopher Faylor <me@cgf.cx>
Sat, 27 Dec 2003 01:59:29 +0000 (01:59 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 27 Dec 2003 01:59:29 +0000 (01:59 +0000)
commit1df3fbe2db6c972b8e8bdc31b473718a39bf88fa
tree12bfaf8a6f6d1d05ed0551f0202ca4e31288a5f6
parent56b5feb639f51385da560289e1c1e65512fb3f67
* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.
(fhandler_tty_master::fixup_after_exec): Ditto.
* fhandler_tty.cc (fhandler_tty_master::init): Fix so that children do not
inherit master tty handles.
(fhandler_tty_master::fixup_after_fork): Remove, since it was never used.
(fhandler_tty_master::fixup_after_exec): Ditto.
* pinfo.cc (_pinfo::set_ctty): Increment open_fhs when ctty is set.
* cygheap.cc (cygheap_init): Ditto.
* syscalls.cc (setsid): *Always* call close on opened ctty since the archetype
is associated with the ctty and it counts as an opened handle.
* tty.cc (tty::common_init): Don't protect input/output mutex since it confuses
subsequent fork/execs when CYGWIN=tty.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/tty.cc
winsup/cygwin/tty.h
This page took 0.028781 seconds and 5 git commands to generate.