diff options
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-thread-alloc.c')
-rw-r--r-- | libpthread/sysdeps/viengoos/pt-thread-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-thread-alloc.c b/libpthread/sysdeps/viengoos/pt-thread-alloc.c index 8b46e97..e47377c 100644 --- a/libpthread/sysdeps/viengoos/pt-thread-alloc.c +++ b/libpthread/sysdeps/viengoos/pt-thread-alloc.c @@ -78,7 +78,7 @@ __pthread_thread_alloc (struct __pthread *thread) err = vg_cap_copy (VG_ADDR_VOID, thread->lock_message_buffer->receiver, VG_ADDR (VG_MESSENGER_THREAD_SLOT, - VG_MESSENGER_SLOTS_LOG2), + VG_MESSENGER_SLOTS_LOG2), VG_ADDR_VOID, thread->object, 0, VG_CAP_PROPERTIES_DEFAULT); if (err) |