diff options
Diffstat (limited to 'time/time.h')
-rw-r--r-- | time/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time/time.h b/time/time.h index f4c27f926e..2dc25ab0b9 100644 --- a/time/time.h +++ b/time/time.h @@ -265,6 +265,8 @@ extern int dysize __P ((int __year)); #ifdef __USE_POSIX /* Pause execution for a number of nanoseconds. */ +extern int __nanosleep __P ((__const struct timespec *__requested_time, + struct timespec *__remaining)); extern int nanosleep __P ((__const struct timespec *__requested_time, struct timespec *__remaining)); #endif |