summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/manager.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-09 02:45:42 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-09 02:45:42 +0000
commit290e2375ab94332ff3c69001cf7cf75f7a7b16e6 (patch)
treeae4c119ee560f143539766b66c303eaac7ac09c5 /libpthread/linuxthreads/manager.c
parent43014917a316b581cca09dbc32c04cbdb517ffda (diff)
newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()
Diffstat (limited to 'libpthread/linuxthreads/manager.c')
-rw-r--r--libpthread/linuxthreads/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/manager.c b/libpthread/linuxthreads/manager.c
index 585789e22..78d5336d5 100644
--- a/libpthread/linuxthreads/manager.c
+++ b/libpthread/linuxthreads/manager.c
@@ -815,7 +815,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);