summaryrefslogtreecommitdiff
path: root/sysdeps/mach/pt-timedblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/pt-timedblock.c')
-rw-r--r--sysdeps/mach/pt-timedblock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-timedblock.c b/sysdeps/mach/pt-timedblock.c
index 6f54726..88beaa2 100644
--- a/sysdeps/mach/pt-timedblock.c
+++ b/sysdeps/mach/pt-timedblock.c
@@ -30,7 +30,8 @@
/* Block THREAD. */
error_t
__pthread_timedblock (struct __pthread *thread,
- const struct timespec *abstime)
+ const struct timespec *abstime,
+ clockid_t clock_id)
{
error_t err;
mach_msg_header_t msg;