fix pthread_create regression from stack/guard size simplification
commit 33ce9208 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.
Showing
想要评论请 注册 或 登录