summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/pt-key.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/pt-key.h')
-rw-r--r--sysdeps/hurd/pt-key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hurd/pt-key.h b/sysdeps/hurd/pt-key.h
index 739fbbad..494e01d7 100644
--- a/sysdeps/hurd/pt-key.h
+++ b/sysdeps/hurd/pt-key.h
@@ -21,7 +21,7 @@
#include <hurd/ihash.h>
#define PTHREAD_KEY_MEMBERS \
- ihash_t thread_specifics;
+ hurd_ihash_t thread_specifics;
#define PTHREAD_KEY_INVALID (void *) (-1)