]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 23 May 2013 20:10:35 +0000 (20:10 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 23 May 2013 20:10:35 +0000 (20:10 +0000)
commitc6696a3426628761a201c12af68325b12ec6f0b8
tree830a7155ce623e0fa95ac94d1b49f99d6fb51279
parentdf7a7e2e825ce3ca99a1605fed7fd2814568e671
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
stacksize to SIZE_T.  Cast to SIZE_T in pointer arithmetic.  Slightly
enhance output in case of a fatal error.
* fork.cc (frok::parent): Always set ch.stackaddr to DeallocationStack
value of current thread to help stack reservation in
child_info_fork::alloc_stack_hard_way along.  Simplify subsequent code
storing stack values in ch.  Print guardsize in hex, too.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/fork.cc
This page took 0.027698 seconds and 5 git commands to generate.