clock_getres.2: CLOCK_REALTIME_COARSE is not settable

In kernel/time/posix-timers.c, 'CLOCK_REALTIME_COARSE' has
no 'timer_set' method.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 10:11:15 +02:00
parent 41043c0bd6
commit 14df252bf8
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ for further details.
.\" Added in commit da15cfdae03351c689736f8d142618592e3cebc3
A faster but less precise version of
.BR CLOCK_REALTIME .
This clock is not settable.
Use when you need very fast, but not fine-grained timestamps.
Requires per-architecture support,
and probably also architecture support for this flag in the