]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if the
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 16 May 2011 09:55:18 +0000 (09:55 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 16 May 2011 09:55:18 +0000 (09:55 +0000)
commit6d6cfa4840b66c2dc152e7eab915a8ac9c10ef71
tree01dd5cde99e17518990bb4efe163a0048281f293
parent943e23a49f6f2fcb15cebe37e4c2361cab8f0fe4
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if the
requested stack is application-provided within the user heap or an
mmapped region.  If so, just use it.  Add comment to explain why.
* miscfuncs.cc (thread_wrapper): If an application-provided stack
has been given, implement cygtls area at the stackbase.  Fix comment.
* mmap.cc (is_mmapped_region): New function.
* winsup.h (is_mmapped_region): Declare.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/miscfuncs.cc
winsup/cygwin/mmap.cc
winsup/cygwin/winsup.h
This page took 0.030695 seconds and 5 git commands to generate.