OSDN Git Service

* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
authorcgf <cgf>
Fri, 12 Sep 2003 06:41:53 +0000 (06:41 +0000)
committercgf <cgf>
Fri, 12 Sep 2003 06:41:53 +0000 (06:41 +0000)
commitd8fed3f234da1b84dd00ff03baf215878ba3caf5
tree009a00cfb255a3d0cd4ee276fc3f0318f6f790da
parentb188c54f85fc573ede364c03dd9a924a44ce75ed
* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
* exceptions.cc (early_stuff_init): Delete.
(init_console_handler): New function - top half of early_stuff_init.
(init_global_security): New function - bottom half of early_stuff_init.
(sig_handle): Avoid special hExeced test for SIGINT.  Just terminate the
captive process.
(signal_exit): Add debugging output.
* fhandler_tty.cc (fhandler_tty_slave::open): Don't allocate a console if one
already seems to exist.  Properly initialize ctrl-c handling if we do allocate
a console.
* winsup.h (early_stuff_init): Delete declaration.
(init_console_handler): New declaration.
(init_global_security): New declaration.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/winsup.h