about summary refs log tree commit diff
path: root/src/thread/pthread_rwlockattr_setpshared.c
Commit message (Collapse)AuthorAgeFilesLines
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-1/+1
| | | | | this change is to get the right tags for C++ ABI matching. it should have no other effects.
* implement pthread_rwlockattr_* (essentially no-ops)Rich Felker2011-03-071-0/+8