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 15e0a03..b276b87 100644 --- a/libpthread/sysdeps/viengoos/pt-sysdep.h +++ b/libpthread/sysdeps/viengoos/pt-sysdep.h @@ -34,7 +34,7 @@ #include <hurd/message-buffer.h> #define PTHREAD_SYSDEP_MEMBERS \ - addr_t object; \ + vg_addr_t object; \ vg_thread_id_t threadid; \ struct hurd_utcb *utcb; \ struct hurd_message_buffer *lock_message_buffer; \ |