From 41b37cb5175ea6ac2b74c620f9dfe733f579e3f0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Jun 2000 07:58:50 +0000 Subject: Update. * manager.c (pthread_handle_free): Likewise. --- linuxthreads/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/manager.c') diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 149cc938b9..0ca172c8dd 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -634,7 +634,7 @@ static void pthread_handle_free(pthread_t th_id) pthread_descr th; __pthread_lock(&handle->h_lock, NULL); - if (invalid_handle(handle, th_id)) { + if (nonexisting_handle(handle, th_id)) { /* pthread_reap_children has deallocated the thread already, nothing needs to be done */ __pthread_unlock(&handle->h_lock); -- cgit v1.2.3