aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-14 03:26:28 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-14 03:26:28 +0000
commita7720b5e184ed038576e017701911169c7de8f8a (patch)
tree17bca8f9128fa8a7cfed52eae755fa13046ac70e /nptl/Makefile
parenta1ea4c0638ecf4ef3c421b03089000aca7d0f0eb (diff)
downloadglibc-a7720b5e184ed038576e017701911169c7de8f8a.tar
glibc-a7720b5e184ed038576e017701911169c7de8f8a.tar.gz
glibc-a7720b5e184ed038576e017701911169c7de8f8a.tar.bz2
glibc-a7720b5e184ed038576e017701911169c7de8f8a.zip
Update.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Fix handling of cancellation and failung pthread_mutex_unlock call. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. * Makefile (tests): Add tst-cond8 and tst-cond9. * tst-cond8.c: New file. * tst-cond9.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index ba5ab61a9b..35d77c2361 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -129,6 +129,7 @@ tests = tst-attr1 tst-attr2 \
tst-mutex7 \
tst-spin1 tst-spin2 tst-spin3 \
tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
+ tst-cond8 tst-cond9 \
tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
tst-rwlock6 tst-rwlock7 \
tst-once1 tst-once2 tst-once3 tst-once4 \