summaryrefslogtreecommitdiff
path: root/linuxthreads/manager.c
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/manager.c
parentee5d48553adde607b88bcbb1ac533d88f6a0207a (diff)
Update.
* manager.c (pthread_handle_free): Likewise.
Diffstat (limited to 'linuxthreads/manager.c')
-rw-r--r--linuxthreads/manager.c2
1 files changed, 1 insertions, 1 deletions
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);