summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test/mutex_d.c
Commit message (Collapse)AuthorAgeFilesLines
* o Include <sys/time.h>marcel2005-11-191-13/+14
| | | | | | o Make this ILP32/LP64 clean: cast pointers to long o Code conditional upon DEBUG must also be conditional upon _LIBC_R_
* This test relies on the concurrency level being 1; make it so.deischen2003-10-201-0/+3
|
* Fix a couple of minor nits that prevented this from compiling.deischen2002-07-021-2/+4
| | | | Pointed out by: julian
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-0/+3
| | | | | | instead of char *. MFC after: 2 weeks
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-241-0/+1549
a new test for POSIX semaphores was added, and examples of harness usage are included.
OpenPOWER on IntegriCloud