summaryrefslogtreecommitdiff
path: root/doc/posix-functions/timer_create.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/timer_create.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/timer_create.texi')
-rw-r--r--doc/posix-functions/timer_create.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/timer_create.texi b/doc/posix-functions/timer_create.texi
index 00c037e394..aa72ac4002 100644
--- a/doc/posix-functions/timer_create.texi
+++ b/doc/posix-functions/timer_create.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, Interix 3.5, BeOS, Tandem/NSK.
+OS X 10.11, FreeBSD 6.4, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, Interix 3.5, BeOS, Tandem/NSK.
@item
This function fails with @code{ENOSYS} on some platforms:
OpenBSD 4.9.