summaryrefslogtreecommitdiff
path: root/doc/posix-functions/open.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-25 01:38:31 +0200
committerBruno Haible <bruno@clisp.org>2020-07-25 01:38:31 +0200
commit0c12abaf14d84411ac8c908b641a8bc4478e564a (patch)
tree6f0cff89a018c64ec47be8e6d5d1c6300f82ceed /doc/posix-functions/open.texi
parent5b4773721d511694afeedb1f3f966a5035dabef9 (diff)
downloadgnulib-0c12abaf14d84411ac8c908b641a8bc4478e564a.tar.gz
doc: Update for Mac OS X 10.13.
* doc/*/*.texi: Update. * m4/expm1l.m4: Update comments. * m4/getgroups.m4: Likewise. * m4/getlogin_r.m4: Likewise. * m4/linkat.m4: Likewise. * m4/printf.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/open.texi')
-rw-r--r--doc/posix-functions/open.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi
index 5cfd256583..a4d81d5c93 100644
--- a/doc/posix-functions/open.texi
+++ b/doc/posix-functions/open.texi
@@ -10,7 +10,7 @@ Portability problems fixed by the Gnulib module @code{open}:
@itemize
@item
Some platforms do not support @code{O_CLOEXEC}:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.7.x, mingw, MSVC 14.
+Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.7.x, mingw, MSVC 14.
@item
On platforms where @code{off_t} is a 32-bit type, @code{open} may not work
correctly with files larger than 2 GB@. (Cf. @code{AC_SYS_LARGEFILE}.)