diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-22 23:38:54 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-22 23:38:54 +0000 |
commit | 7c290d1513af40e81b613ef41502c2fbc6c3c402 (patch) | |
tree | 7460011f6c2b80e1e358d3e762e31f22bb0e93d9 /pthread/pt-internal.h | |
parent | 9741579ea63731ff5651cd3185d04c71bae2fe14 (diff) | |
parent | 581b822ea36002817f4c22b9ea715b72a0647166 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r-- | pthread/pt-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h index 6186c86..a1e90aa 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -254,7 +254,8 @@ extern void __pthread_block (struct __pthread *thread); /* Block THREAD until *ABSTIME is reached. */ extern error_t __pthread_timedblock (struct __pthread *__restrict thread, - const struct timespec *__restrict abstime); + const struct timespec *__restrict abstime, + clockid_t clock_id); /* Wakeup THREAD. */ extern void __pthread_wakeup (struct __pthread *thread); |