Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix signed left-shift overflow in pthread_condattr_setpshared | Rich Felker | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | make pthread attribute types structs, even when they just have one field | Rich Felker | 2013-07-22 | 1 | -2/+2 |
| | | | | | this change is to get the right tags for C++ ABI matching. it should have no other effects. | ||||
* | implement pthread_condattr_* interfaces | Rich Felker | 2011-03-07 | 1 | -0/+9 |
note that, while the attributes are stored, they are not used in pthread_cond_init yet. |