summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setattr_default_np.c
AgeCommit message (Expand)AuthorLines
2018-09-18limit the configurable default stack/guard size for threadsRich Felker-4/+8
2018-09-18remove redundant declarations of __default_stacksize, __default_guardsizeRich Felker-3/+0
2018-09-12fix issues from public functions defined without declaration visibleRich Felker-0/+1
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker-0/+35