diff options
Diffstat (limited to 'upstream/archlinux/man2/clock_getres.2')
-rw-r--r-- | upstream/archlinux/man2/clock_getres.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/upstream/archlinux/man2/clock_getres.2 b/upstream/archlinux/man2/clock_getres.2 index 7f9ad02b..4c4f81ef 100644 --- a/upstream/archlinux/man2/clock_getres.2 +++ b/upstream/archlinux/man2/clock_getres.2 @@ -9,7 +9,7 @@ .\" 2003-08-24 aeb, large parts rewritten .\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note .\" -.TH clock_getres 2 2023-11-11 "Linux man-pages 6.06" +.TH clock_getres 2 2024-05-02 "Linux man-pages 6.8" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH LIBRARY @@ -377,6 +377,8 @@ Linux 2.6. On POSIX systems on which these functions are available, the symbol .B _POSIX_TIMERS is defined in \fI<unistd.h>\fP to a value greater than 0. +POSIX.1-2008 makes these functions mandatory. +.P The symbols .BR _POSIX_MONOTONIC_CLOCK , .BR _POSIX_CPUTIME , @@ -388,7 +390,6 @@ indicate that are available. (See also .BR sysconf (3).) -POSIX.1-2008 makes these APIs mandatory. .\" .SS Historical note for SMP systems Before Linux added kernel support for |