view doc/posix-functions/clock_settime.texi @ 39851:f694826cdc81

doc: OS X 10.11 lacked ns time functions According to <https://github.com/zeromq/libzmq/issues/2175>, nanosecond-resolution timestamp functions were introduced in macOS 10.12, so document the last version (OS X 10.11) where they were absent.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 18 Sep 2018 12:19:02 -0700
parents b8576602c861
children
line wrap: on
line source

@node clock_settime
@section @code{clock_settime}
@findex clock_settime

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
OS X 10.11, Minix 3.1.8, IRIX 5.3, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS.
@end itemize