fix pthread_create regression from stack/guard size simplification
authorRich Felker <dalias@aerifal.cx>
Tue, 8 Nov 2016 16:51:57 +0000 (11:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 8 Nov 2016 16:51:57 +0000 (11:51 -0500)
commitea7891a651dc4abc1305438470f1e4cc3b64ece2
tree60144f10f321da134d16b0f6a3f7d39859e845c5
parent04983f2272382af92eb8f8838964ff944fbb8258
fix pthread_create regression from stack/guard size simplification

commit 33ce920857405d4f4b342c85b74588a15e2702e5 broke pthread_create
in the case where a null attribute pointer is passed; rather than
using the default sizes, sizes of 0 (plus the remainder of one page
after TLS/TCB use) were used.
src/thread/pthread_create.c