diff options
Diffstat (limited to 'sysdeps/l4/pt-timedblock.c')
-rw-r--r-- | sysdeps/l4/pt-timedblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/l4/pt-timedblock.c b/sysdeps/l4/pt-timedblock.c index fda1440..ce7972b 100644 --- a/sysdeps/l4/pt-timedblock.c +++ b/sysdeps/l4/pt-timedblock.c @@ -29,6 +29,7 @@ error_t __pthread_timedblock (struct __pthread *thread, const struct timespec *abstime) { +#warning Need gettimeofday to implement properly. __pthread_block (thread); return 0; } |