about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-17 06:44:07 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-17 06:44:07 +0000
commit179ff175dff6afdb1f2a12f8c18fa48b29bbee6a (patch)
tree7891689a20263ab369bc539d24acc38f1b170a8c /nptl/ChangeLog
parente4335f9a238ff4016b28b8c8d8a3ff376bf5d1c4 (diff)
downloadglibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.tar.gz
glibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.tar.xz
glibc-179ff175dff6afdb1f2a12f8c18fa48b29bbee6a.zip
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/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 1fb37806e1..654c46264a 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.