Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-17 02:38:21 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-17 02:38:21 +0300
commitda458f105df7e72010faf7085a069f25a97e754b (patch)
treec514f6b21757eb208dda46dcbabeb6d10aae4ba9
parent1c1d6626edd891b929d64f90b58f73242decb14a (diff)
* fhandler_console.cc (fhandler_console::close): Correct check for current tty.unlabeled-1.133.2
Add debugging output when console is freed. (set_console_state_for_spawn): Add debugging output. * fhandler_tty.cc (fhandler_tty_slave::open): Don't decrement console open flag when vforking. * sigproc.cc (sigproc_terminate): Fix debugging output. * spawn.cc (handle): Eliminate second argument. (spawn_guts): Reflect elimination of argument change to handle. * syscalls.cc (setsid): Add debugging output when console is freed.
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 5261c64d8..51c91c323 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -608,7 +608,7 @@ sigproc_terminate (void)
hwait_sig = NULL;
if (!sig_loop_wait)
- sigproc_printf ("sigproc_terminate: sigproc handling not active");
+ sigproc_printf ("sigproc handling not active");
else
{
sigproc_printf ("entering");