summaryrefslogtreecommitdiff
path: root/lib/libpthread/test/mutex_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of minor nits that prevented this from compiling.Daniel Eischen2002-07-021-2/+4
| | | | | | | Pointed out by: julian Notes: svn path=/head/; revision=99239
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+3
| | | | | | | | | instead of char *. MFC after: 2 weeks Notes: svn path=/head/; revision=81975
* Automated regression test harness for libc_r. Existing tests are integrated,Jason Evans2000-04-241-0/+1549
a new test for POSIX semaphores was added, and examples of harness usage are included. Notes: svn path=/head/; revision=59612