]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/tst-cond9.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 14 Feb 2003 03:26:28 +0000 (03:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 14 Feb 2003 03:26:28 +0000 (03:26 +0000)
commita7720b5e184ed038576e017701911169c7de8f8a
tree17bca8f9128fa8a7cfed52eae755fa13046ac70e
parenta1ea4c0638ecf4ef3c421b03089000aca7d0f0eb
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.
nptl/ChangeLog
nptl/Makefile
nptl/allocatestack.c
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
nptl/tst-cond8.c [new file with mode: 0644]
nptl/tst-cond9.c [new file with mode: 0644]