Application-specified thread stacks didn't work with libpthread
authorguenther <guenther@openbsd.org>
Mon, 7 Jul 2008 04:59:22 +0000 (04:59 +0000)
committerguenther <guenther@openbsd.org>
Mon, 7 Jul 2008 04:59:22 +0000 (04:59 +0000)
commitd869e6d06d94c8ce7e890a3ff6e8cde37c252fb6
tree18e61b7bfc0dddf9d5fca970ed5165434eaa584c
parenta1b8d7021fa5b6041734ae2cfabe2673ba242872
Application-specified thread stacks didn't work with libpthread
because it treated the supplied memory as holding an internal data
structure instead of as the stack space itself

ok kurt@, "looks ok" otto@, tested on hppa by kettenis@
lib/libpthread/uthread/uthread_create.c