diff options
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 1 |
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> |