mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* Examples/ex14.c: New file. * Makefile (tests): Add ex14. * Makefile (tests): Add ecmutex.
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
2000-09-05 Ulrich Drepper <drepper@redhat.com>
|
2000-09-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Examples/ex14.c: New file.
|
||||||
|
* Makefile (tests): Add ex14.
|
||||||
|
|
||||||
* mutex.c (__pthread_mutex_unlock): Correct test for already unlocked
|
* mutex.c (__pthread_mutex_unlock): Correct test for already unlocked
|
||||||
mutex. Patch by dtc@cmucl.cons.org.
|
mutex. Patch by dtc@cmucl.cons.org.
|
||||||
|
|
||||||
* ecmutex.c: New file.
|
* ecmutex.c: New file.
|
||||||
|
* Makefile (tests): Add ecmutex.
|
||||||
|
|
||||||
2000-09-04 H.J. Lu <hjl@gnu.org>
|
2000-09-04 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ include ../Makeconfig
|
|||||||
|
|
||||||
librt-tests = ex10 ex11
|
librt-tests = ex10 ex11
|
||||||
tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \
|
tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \
|
||||||
tststack $(tests-nodelete-$(have-z-nodelete))
|
tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
tests-nodelete-yes = unload
|
tests-nodelete-yes = unload
|
||||||
|
Reference in New Issue
Block a user