about summary refs log tree commit diff
path: root/src/thread/pthread_setattr_default_np.c
Commit message (Expand)AuthorAgeFilesLines
* limit the configurable default stack/guard size for threadsRich Felker2018-09-181-4/+8
* remove redundant declarations of __default_stacksize, __default_guardsizeRich Felker2018-09-181-3/+0
* fix issues from public functions defined without declaration visibleRich Felker2018-09-121-0/+1
* add limited pthread_setattr_default_np API to set stack size defaultsRich Felker2016-11-081-0/+35