summaryrefslogtreecommitdiff
path: root/doc/posix-functions/clock_gettime.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-09-18 12:19:02 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-09-18 12:23:23 -0700
commit9a269bb3cd1d322a070ef0d6009c980e038e6332 (patch)
treee2a39ecb278340d306977715a7871e08ff3834bf /doc/posix-functions/clock_gettime.texi
parent36a092b8273a622b3b0a40798bf660f4201a2931 (diff)
downloadgnulib-9a269bb3cd1d322a070ef0d6009c980e038e6332.tar.gz
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.
Diffstat (limited to 'doc/posix-functions/clock_gettime.texi')
-rw-r--r--doc/posix-functions/clock_gettime.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/posix-functions/clock_gettime.texi b/doc/posix-functions/clock_gettime.texi
index 2b76853698..b7d7686f0e 100644
--- a/doc/posix-functions/clock_gettime.texi
+++ b/doc/posix-functions/clock_gettime.texi
@@ -14,5 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, Interix 3.5, BeOS.
+OS X 10.11, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, Interix 3.5, BeOS.
+The Gnulib module @code{gettime} is a partial substitute; it
+implements the @code{CLOCK_REALTIME} functionality of @code{clock_gettime}.
@end itemize