Hash :
9a269bb3
Author :
Date :
2018-09-18T12:19:02
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.
@node clock_getres
@section @code{clock_getres}
@findex clock_getres
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.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, mingw, MSVC 14, Interix 3.5, BeOS.
@end itemize