OSDN Git Service

* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.
authorcgf <cgf>
Mon, 19 Dec 2005 19:04:13 +0000 (19:04 +0000)
committercgf <cgf>
Mon, 19 Dec 2005 19:04:13 +0000 (19:04 +0000)
commit91c81aadb41dc58630be9af7762ecce253fc98f3
treefb868b6592910f19c17cd6c7ae074531d33acb50
parentedf0627dd39b0dc5b12d6038907f03697c6723e1
* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.
* fhandler_console.cc (set_console_state_for_spawn): Ditto for the definition.
Only set invisible console for non-cygwin process.  Remove debugging leftover.
* spawn.cc (spawn_guts): Pass argument denoting whether this is a cygwin
process to set_console_state_for_spawn and only call this function when
exec'ing.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/spawn.cc