summaryrefslogtreecommitdiff
path: root/libpthread/sysdeps/viengoos/pt-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-block.c')
-rw-r--r--libpthread/sysdeps/viengoos/pt-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-block.c b/libpthread/sysdeps/viengoos/pt-block.c
index 8e6a17f..e9a82ff 100644
--- a/libpthread/sysdeps/viengoos/pt-block.c
+++ b/libpthread/sysdeps/viengoos/pt-block.c
@@ -34,7 +34,7 @@ __pthread_block (struct __pthread *thread)
thread->lock_message_buffer = NULL;
#endif
- futex_wait_using (mb, &thread->threadid, thread->threadid);
+ vg_futex_wait_using (mb, &thread->threadid, thread->threadid);
#ifndef NDEBUG
thread->lock_message_buffer = mb;