mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +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
|
||||
during the lifetime of the client connection.
|
||||
|
||||
The clock identifier is platform dependent. On Linux/glibc,
|
||||
the identifier value is one of the clockid_t values accepted
|
||||
by clock_gettime(). clock_gettime() is defined by
|
||||
POSIX.1-2001.
|
||||
The clock identifier is platform dependent. On POSIX platforms, the
|
||||
identifier value is one of the clockid_t values accepted by
|
||||
clock_gettime(). clock_gettime() is defined by POSIX.1-2001.
|
||||
|
||||
Timestamps in this clock domain are expressed as tv_sec_hi,
|
||||
tv_sec_lo, tv_nsec triples, each component being an unsigned
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue