timer_create.2: timer_create(2) also supports CLOCK_TAI

Presumably (and from a quick glance at the source code)
since Linux 3.10. when CLOCK_TAI was introduced.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 09:02:30 +02:00
parent 0e4b87c4fd
commit da8a95bca1
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ but will wake the system if it is suspended.
The caller must have the
.B CAP_WAKE_ALARM
capability in order to set a timer against this clock.
.TP
.BR CLOCK_TAI " (since Linux 3.10)"
A system-wide clock derived from wall-clock time but ignoring leap seconds.
.PP
See
.BR clock_getres (2)