Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-22 | make pthread attribute types structs, even when they just have one field | Rich Felker | 1 | -2/+2 | |
this change is to get the right tags for C++ ABI matching. it should have no other effects. | |||||
2011-03-17 | implement robust mutexes | Rich Felker | 1 | -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. |