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-12 08:03:15 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-12 08:03:15 +0300
commit750874d33de8778a469cc8c19ad6e4a509078f9b (patch)
tree0729d73845429ec8e5443e4c13b7e8d55872c43a /winsup/cygwin/fhandler.h
parent9156ef91209f14c35e8f43e3214e71edfcd1ac01 (diff)
* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to a
bool. * spawn.cc (spawn_guts): Ditto, i.e., once again call set_console_state_for_spawn with an indication of whether we're about to start a cygwin process. * fhandler_console.cc (set_console_state_for_spawn): Don't set the console state if we know we're starting a cygwin process or if we're using a "real" tty.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index a7c759bf1..368e62e8d 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1365,6 +1365,5 @@ class select_stuff
device_specific_mailslot (0) {}
};
-void __stdcall set_console_state_for_spawn ();
-
+void __stdcall set_console_state_for_spawn (bool);
#endif /* _FHANDLER_H_ */