about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-10 07:58:50 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-10 07:58:50 +0000
commit41b37cb5175ea6ac2b74c620f9dfe733f579e3f0 (patch)
tree330d4596729f5e9d7d67b86fc1fbf2f67aab5323 /linuxthreads/ChangeLog
parentee5d48553adde607b88bcbb1ac533d88f6a0207a (diff)
downloadglibc-41b37cb5175ea6ac2b74c620f9dfe733f579e3f0.tar.gz
glibc-41b37cb5175ea6ac2b74c620f9dfe733f579e3f0.tar.xz
glibc-41b37cb5175ea6ac2b74c620f9dfe733f579e3f0.zip
Update.
	* manager.c (pthread_handle_free): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 57e653cfc9..faf2c43df6 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -6,6 +6,7 @@
 	(nonexisting_handle): New function.  Same as old invalid_handle.
 	* join.c (pthread_join): Use nonexisting_handle instead of
 	invalid_handle to test for acceptable thread handle.
+	* manager.c (pthread_handle_free): Likewise.
 	Reported by Permaine Cheung <pcheung@cygnus.com>.
 
 2000-06-08  Ulrich Drepper  <drepper@redhat.com>