]> sourceware.org Git - newlib-cygwin.git/commit
* child_info.h (_CI_SAW_CTRL_C): New enum.
authorChristopher Faylor <me@cgf.cx>
Mon, 22 May 2006 04:50:54 +0000 (04:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 22 May 2006 04:50:54 +0000 (04:50 +0000)
commit6813f009ba2a95c9476e29fe356d2e3b46286efb
tree073ccf527cf9cb193ce1094b079bbfdba8687657
parent8ae1d98d8ee2a0e0813d32aa42f2e584f99d17bf
* child_info.h (_CI_SAW_CTRL_C): New enum.
(CURR_CHILD_INFO_MAGIC): Reset.
(saw_ctrl_c): New function.
(set_saw_ctrl_c): Ditto.
* sigproc.cc (child_info::proc_retry): Return EXITCODE_OK if we get
STATUS_CONTROL_C_EXIT and we actually saw a CTRL-C.
* spawn.cc (dwExeced): Delete.
(chExeced): New variable.
(spawn_guts): Set chExeced;
* exceptions.cc (dwExeced): Delete declaration.
(chExeced): Declare.
(ctrl_c_handler): Detect if we're an exec stub process and set a flag, if so.
* fhandler_tty.cc (fhandler_tty_common::__release_output_mutex): Add extra
DEBUGGING test.
* pinfo.cc: Fix comment.
winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/spawn.cc
This page took 0.0328 seconds and 5 git commands to generate.