]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
authorChristopher Faylor <me@cgf.cx>
Mon, 26 Dec 2005 19:34:59 +0000 (19:34 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 26 Dec 2005 19:34:59 +0000 (19:34 +0000)
commita16b738dd53486a3a65a28519129ebd060a02db9
tree997fdb3185d3f3e8e83524e53a7578bd63aef357
parentc675040a068e107e8628b8e29efd975b1162dc66
* 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
This page took 0.032683 seconds and 5 git commands to generate.