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