diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 06:44:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 06:44:07 +0000 |
commit | 179ff175dff6afdb1f2a12f8c18fa48b29bbee6a (patch) | |
tree | 7891689a20263ab369bc539d24acc38f1b170a8c /nptl/ChangeLog | |
parent | e4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4 (diff) | |
download | glibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.zip glibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.tar.gz glibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.tar.bz2 |
Update.
* tst-attr1.c (do_test): Add tests for pthread_setcanceltype,
pthread_setcancelstate, and pthread_rwlock_setpshared.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1fb3780..654c462 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-16 Ulrich Drepper <drepper@redhat.com> + * tst-attr1.c (do_test): Add tests for pthread_setcanceltype, + pthread_setcancelstate, and pthread_rwlock_setpshared. + * tst-cancel7.c (do_test): Make sure the pid file exists before canceling the thread. |