summaryrefslogtreecommitdiff
path: root/sysdeps/l4
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-22 23:38:54 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-22 23:38:54 +0000
commit7c290d1513af40e81b613ef41502c2fbc6c3c402 (patch)
tree7460011f6c2b80e1e358d3e762e31f22bb0e93d9 /sysdeps/l4
parent9741579ea63731ff5651cd3185d04c71bae2fe14 (diff)
parent581b822ea36002817f4c22b9ea715b72a0647166 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'sysdeps/l4')
-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);