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>2006-01-05 19:23:19 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-05 19:23:19 +0300
commit32f0697595b97a07b17f982bb182722a80b388e7 (patch)
tree6bd96c9d52f581e8706064e434b2df25ce3043c2
parentc29df6c37535e0febb33bd2343c4693125cc3e04 (diff)
* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't a
cygwin thread.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/spawn.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ee44a4d19..676c57669 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-05 Christopher Faylor <cgf@timesys.com>
+
+ * cygtls.cc (_cygtls::remove): Don't output debugging info if this
+ isn't a cygwin thread.
+
2006-01-05 Igor Peshansky <pechtcha@cs.nyu.edu>
* spawn.cc (spawn_guts): Invert the argument to
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 9f9659501..7919ed4b2 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -617,7 +617,7 @@ spawn_guts (const char * prog_arg, const char *const *argv,
else
system_printf ("duplicate to pid_handle failed, %E");
if (mode != _P_DETACH)
- set_console_state_for_spawn (real_path.iscygexec ());
+ set_console_state_for_spawn (!real_path.iscygexec ());
}
/* Some file types (currently only sockets) need extra effort in the parent