]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is
authorChristopher Faylor <me@cgf.cx>
Mon, 8 Dec 2003 06:27:05 +0000 (06:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 8 Dec 2003 06:27:05 +0000 (06:27 +0000)
commitda915a3aa6868a0815616ff4ba7904081968de23
tree201a8d77e87c0102c994d264f492e87b1e65efaf
parent1b11f4fd72fd34daa11edbd6bed62547c8d2dfda
* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is
guaranteed to be accurate.
* fhandler_tty.cc (fhandler_tty_slave::open): Increment open_fhs appropriate
when copying ctty.
(fhandler_tty_slave::close): Remove special case handling for exit_state.  Use
ctty < 0 check instead.
(fhandler_tty_common::close): Set io_handle to NULL after closing.
* syscalls.cc (close_all_files): Specifically close cygheap->ctty, if
appropriate.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/syscalls.cc
This page took 0.027023 seconds and 5 git commands to generate.