diff options
| author | Eric van Gyzen <vangyzen@FreeBSD.org> | 2017-03-19 00:51:12 +0000 |
|---|---|---|
| committer | Eric van Gyzen <vangyzen@FreeBSD.org> | 2017-03-19 00:51:12 +0000 |
| commit | 3f8455b0905a05552b1155e09165787e1d098060 (patch) | |
| tree | 7e464dbfe7b8012fa2a68d9d0a7b2d3a07b11df3 /include | |
| parent | a776eeafdcaae027734542d69612d35971b55c1c (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index c1725385c646..54c7e490473c 100644 --- a/include/time.h +++ b/include/time.h @@ -169,12 +169,12 @@ void tzset(void); int clock_getres(clockid_t, struct timespec *); int clock_gettime(clockid_t, struct timespec *); int clock_settime(clockid_t, const struct timespec *); -/* XXX missing: clock_nanosleep() */ int nanosleep(const struct timespec *, struct timespec *); #endif /* __POSIX_VISIBLE >= 199309 */ #if __POSIX_VISIBLE >= 200112 int clock_getcpuclockid(pid_t, clockid_t *); +int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *); #endif #if __POSIX_VISIBLE >= 199506 |
