about summary refs log tree commit diff
path: root/nptl/tst-cond7.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2003-02-141-0/+14
| | | | | | | * tst-cond7.c (do_test): Unlock the mutex before canceling the thread. * sysdeps/pthread/pthread.h: Add missing initializers. Protect non-standard initializers with __USE_GNU.
* Update.Ulrich Drepper2003-01-041-0/+154
* Makefile (tests): Add tst-cond7. * tst-cond7.c: New file.