summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-attr-setstacksize.c
AgeCommit message (Collapse)Author
2014-05-02Fix guardsize semanticSamuel Thibault
POSIX says guardsize is in addition to stacksize, not included. * pthread/pt-create.c (__pthread_create_internal): Use setup->guardsize + setup->stacksize as stack allocation size. Do not truncate guardsize to stacksize. * pthread/pt-internal.h (guardsize): Remove comment. * sysdeps/generic/pt-attr-setstacksize.c (pthread_attr_setstacksize): Do not truncate guardsize to stacksize.
2013-10-20Drop threadvars entirelySamuel Thibault
2002-10-10Import libpthread.Neal H. Walfield