summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutexattr_setrobust.c
AgeCommit message (Collapse)AuthorLines
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker-2/+2
this change is to get the right tags for C++ ABI matching. it should have no other effects.
2011-03-17implement robust mutexesRich Felker-0/+9
some of this code should be cleaned up, e.g. using macros for some of the bit flags, masks, etc. nonetheless, the code is believed to be working and correct at this point.