(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.
This commit is contained in:
Christopher Faylor
2006-01-05 16:26:22 +00:00
parent 32f0697595
commit 4cf4fd4d1c
4 changed files with 10 additions and 2 deletions

View File

@ -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)