summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/pt-getspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/pt-getspecific.c')
-rw-r--r--sysdeps/hurd/pt-getspecific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hurd/pt-getspecific.c b/sysdeps/hurd/pt-getspecific.c
index b5b5f5e5..30605984 100644
--- a/sysdeps/hurd/pt-getspecific.c
+++ b/sysdeps/hurd/pt-getspecific.c
@@ -33,5 +33,5 @@ pthread_getspecific (pthread_key_t key)
if (! self->thread_specifics)
return 0;
- return ihash_find (self->thread_specifics, key);
+ return hurd_ihash_find (self->thread_specifics, key);
}