]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't
authorChristopher Faylor <me@cgf.cx>
Sat, 3 Mar 2012 21:35:30 +0000 (21:35 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 3 Mar 2012 21:35:30 +0000 (21:35 +0000)
commitbd7c945953b295f263978bb6a7747d2d1b728660
tree4dba00d30aba6f97866ccd21aa40e1e4ac7962f6
parent56bed670461db0bd7ccbb4315b7b6b0c4e418dab
* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't
specifically called setsid.
* fhandler_tty.cc (fhandler_pty_slave::dup): Ditto.  Also add comment
documenting research into rxvt problem.
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Don't check specifically
for myself->ctty == -1.  Test for > 0 as that is the correct test.
(fhandler_termios::sigflush): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/fhandler_tty.cc
This page took 0.027791 seconds and 5 git commands to generate.