about summary refs log tree commit diff
path: root/sysdeps/mach/htl
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/htl')
-rw-r--r--sysdeps/mach/htl/pt-timedblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/htl/pt-timedblock.c b/sysdeps/mach/htl/pt-timedblock.c
index 3b8779367d..63af869c90 100644
--- a/sysdeps/mach/htl/pt-timedblock.c
+++ b/sysdeps/mach/htl/pt-timedblock.c
@@ -39,7 +39,7 @@ __pthread_timedblock (struct __pthread *thread,
   /* We have an absolute time and now we have to convert it to a
      relative time.  Arg.  */
 
-  err = clock_gettime (clock_id, &now);
+  err = __clock_gettime (clock_id, &now);
   assert (!err);
 
   if (now.tv_sec > abstime->tv_sec