about summary refs log tree commit diff
path: root/src/thread/pthread_attr_get.c
Commit message (Expand)AuthorAgeFilesLines
* fix omission of non-stub pthread_mutexattr_getprotocolRich Felker2020-12-071-1/+1
* simplify pthread_attr_t stack/guard size representationRich Felker2016-11-071-3/+3
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-1/+1
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-7/+7
* fix some restrict-qualifier mismatches in newly added interfacesRich Felker2012-11-271-2/+2
* add stub versions of some missing optional pthread interfacesRich Felker2012-11-171-0/+5
* debloat src/thread tree but putting lots of junk in one fileRich Felker2012-11-111-0/+93