summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-05 16:26:22 +0000
committerChristopher Faylor <me@cgf.cx>2006-01-05 16:26:22 +0000
commit4cf4fd4d1c413ac782504183ec614aed0ed68fb6 (patch)
tree6521bc283b7ce4859d926a8e27e5f5e5a50ed7f0 /winsup/cygwin/fhandler_console.cc
parent32f0697595b97a07b17f982bb182722a80b388e7 (diff)
downloadcygnal-4cf4fd4d1c413ac782504183ec614aed0ed68fb6.tar.gz
cygnal-4cf4fd4d1c413ac782504183ec614aed0ed68fb6.tar.bz2
cygnal-4cf4fd4d1c413ac782504183ec614aed0ed68fb6.zip
(fix ChangeLog and check in remaining files)
* sigproc.cc (sigproc_init): Move clearing of sync_startup here to lessen the likelihood of trying to deal with non-cygwin threads in dll_entry. * fhandler_console: Fix set_console_state_for_spawn comment.
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index c130d9bd0..a86dc7af5 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -141,7 +141,7 @@ tty_list::get_tty (int n)
}
/* Determine if a console is associated with this process prior to a spawn.
- If it is, then we'll return 1. If the console has been initialized, then
+ If it is, then just return. If the console has been initialized, then
set it into a more friendly state for non-cygwin apps. */
void __stdcall
set_console_state_for_spawn (bool noncygwin_process)