OSDN Git Service

* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
authorcgf <cgf>
Mon, 26 Dec 2005 19:34:58 +0000 (19:34 +0000)
committercgf <cgf>
Mon, 26 Dec 2005 19:34:58 +0000 (19:34 +0000)
commitc59ee16c4b1af084281a6c632f31035169117b1e
tree9cc3114a36cc6fbb1bd897e1750b336eb7882df0
parent03d1eae670c14620bfc57fcba24f53307d92ccd3
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
(do_exit): Move minimal_printf...
* pinfo.cc (pinfo::exit): ...into here.
* strace.cc (strace::vprntf): Guarantee output to the console when
system_printf/api_fatal.
* heap.cc (heap_init): Wait a second before issuing an error when
ERROR_INVALID_ADDRESS since this is probably due to a CTRL-C handler sneaking
in, using the memory that we want to use for the heap, and, eventually exiting.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/heap.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/strace.cc