* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't a
cygwin thread.
This commit is contained in:
parent
c29df6c375
commit
32f0697595
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue