summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_rwlock.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed some variable initializations which were unnecessary and divergentalex1998-09-071-6/+6
| | | | from style(9).
* -Wall clean.alex1998-09-071-1/+3
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+333
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
OpenPOWER on IntegriCloud