diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-16 22:11:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-16 22:11:14 +0000 |
commit | e4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4 (patch) | |
tree | 9bbe5f92a7172fe9790e7b437de2db1b6460551d /nptl/ChangeLog | |
parent | fdcd8f9c7163b8a3120c3d3a7763728b1a61728d (diff) | |
download | glibc-e4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4.zip glibc-e4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4.tar.gz glibc-e4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4.tar.bz2 |
Update.
* tst-cancel7.c (do_test): Make sure the pid file exists before
canceling the thread.
* libc-cancellation.c (__libc_enable_asynccancel): Rewrite to avoid
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 72414b1..1fb3780 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-16 Ulrich Drepper <drepper@redhat.com> + * tst-cancel7.c (do_test): Make sure the pid file exists before + canceling the thread. + * tst-rwlock6.c: More pthread_rwlock_timedwrlock and pthread_rwlock_timedrdlock tests. * tst-rwlock7.c: More pthread_rwlock_timedwrlock tests. @@ -13,7 +16,7 @@ * tst-attr1.c (do_test): Add test for pthread_mutexattr_setpshared. - * libc-cancellation.c (__libc_enable_asynccancel): Rwrite to avoid + * libc-cancellation.c (__libc_enable_asynccancel): Rewrite to avoid going into an endless loop. * Makefile (tests): Add tst-cancel9. * tst-cancel9.c: New file. |