summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/pthread/condvar7.c
Commit message (Collapse)AuthorAgeFilesLines
* * winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff2003-03-271-1/+1
| | | | | | | | pthread_mutex_unlock argument of pthread_cleanup_push to void *, preventing a compiler warning / testsuite failure. * winsup.api/pthread/condvar9.c (mythread): Likewise. * winsup.api/pthread/rwlock7.c (main): Use ftime instead of _ftime.
* * winsup.api/pthread/condvar7.c: New test.Thomas Pfaff2003-03-181-0/+227
* winsup.api/pthread/condvar9.c: Ditto.