mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-24 10:10:10 +01:00
presentation-time: stop referring to Linux/glibc
clock_gettime() has nothing Linux/glibc-specific. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
999e443773
commit
87e0ce44f3
1 changed files with 3 additions and 4 deletions
|
|
@ -97,10 +97,9 @@
|
||||||
presentation interface. The presentation clock does not change
|
presentation interface. The presentation clock does not change
|
||||||
during the lifetime of the client connection.
|
during the lifetime of the client connection.
|
||||||
|
|
||||||
The clock identifier is platform dependent. On Linux/glibc,
|
The clock identifier is platform dependent. On POSIX platforms, the
|
||||||
the identifier value is one of the clockid_t values accepted
|
identifier value is one of the clockid_t values accepted by
|
||||||
by clock_gettime(). clock_gettime() is defined by
|
clock_gettime(). clock_gettime() is defined by POSIX.1-2001.
|
||||||
POSIX.1-2001.
|
|
||||||
|
|
||||||
Timestamps in this clock domain are expressed as tv_sec_hi,
|
Timestamps in this clock domain are expressed as tv_sec_hi,
|
||||||
tv_sec_lo, tv_nsec triples, each component being an unsigned
|
tv_sec_lo, tv_nsec triples, each component being an unsigned
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue