diff options
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-sysdep.h')
-rw-r--r-- | libpthread/sysdeps/viengoos/pt-sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-sysdep.h b/libpthread/sysdeps/viengoos/pt-sysdep.h index 0733640..15e0a03 100644 --- a/libpthread/sysdeps/viengoos/pt-sysdep.h +++ b/libpthread/sysdeps/viengoos/pt-sysdep.h @@ -36,7 +36,7 @@ #define PTHREAD_SYSDEP_MEMBERS \ addr_t object; \ vg_thread_id_t threadid; \ - struct vg_utcb *utcb; \ + struct hurd_utcb *utcb; \ struct hurd_message_buffer *lock_message_buffer; \ /* If the above fields are valid. */ \ bool have_kernel_resources; \ |