summaryrefslogtreecommitdiff
path: root/sysdeps/l4/pt-timedblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/l4/pt-timedblock.c')
-rw-r--r--sysdeps/l4/pt-timedblock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/l4/pt-timedblock.c b/sysdeps/l4/pt-timedblock.c
index ce7972b..951644f 100644
--- a/sysdeps/l4/pt-timedblock.c
+++ b/sysdeps/l4/pt-timedblock.c
@@ -27,7 +27,8 @@
/* Block THREAD. */
error_t
__pthread_timedblock (struct __pthread *thread,
- const struct timespec *abstime)
+ const struct timespec *abstime,
+ clockid_t clock_id)
{
#warning Need gettimeofday to implement properly.
__pthread_block (thread);