summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_get.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker1-1/+1
2016-11-07simplify pthread_attr_t stack/guard size representationRich Felker1-3/+3
2014-08-15make futex operations use private-futex mode when possibleRich Felker1-1/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker1-7/+7
2012-11-27fix some restrict-qualifier mismatches in newly added interfacesRich Felker1-2/+2
2012-11-17add stub versions of some missing optional pthread interfacesRich Felker1-0/+5
2012-11-11debloat src/thread tree but putting lots of junk in one fileRich Felker1-0/+93