From ee5d48553adde607b88bcbb1ac533d88f6a0207a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Jun 2000 07:45:56 +0000 Subject: Update. 2000-06-10 Ulrich Drepper * pthread.c (__pthread_create_2_1): Optimize a bit. * internals.h (invalid_handle): Also test for p_terminated != 0. (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. Reported by Permaine Cheung . --- linuxthreads/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'linuxthreads/ChangeLog') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index aa3a6f05d4..57e653cfc9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +2000-06-10 Ulrich Drepper + + * pthread.c (__pthread_create_2_1): Optimize a bit. + + * internals.h (invalid_handle): Also test for p_terminated != 0. + (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. + Reported by Permaine Cheung . + 2000-06-08 Ulrich Drepper * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer): -- cgit v1.2.3