From: Collin Funk Date: Sun, 16 Feb 2025 21:58:35 +0000 (-0800) Subject: doc: Adjust platforms that define O_CLOEXEC in unistd.h. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5662b5eef083b688626d8b502290b886413d635d;p=gnulib.git doc: Adjust platforms that define O_CLOEXEC in unistd.h. Suggested by Bruno Haible. * posix-headers/unistd.texi: Mention that macOS 12 and AIX 7.3 do not define O_CLOEXEC in this header. Remove redundant MSVC. --- diff --git a/ChangeLog b/ChangeLog index 21c1b8a491..3587f070e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-02-16 Collin Funk + + doc: Adjust platforms that define O_CLOEXEC in unistd.h. + Suggested by Bruno Haible. + * posix-headers/unistd.texi: Mention that macOS 12 and AIX 7.3 do not + define O_CLOEXEC in this header. Remove redundant MSVC. + 2025-02-16 Bruno Haible strncasecmp_l: Add tests. diff --git a/doc/posix-headers/unistd.texi b/doc/posix-headers/unistd.texi index 4481bcfc1a..044cf83b8f 100644 --- a/doc/posix-headers/unistd.texi +++ b/doc/posix-headers/unistd.texi @@ -25,7 +25,7 @@ The @code{_exit} function is not declared in this file on some platforms: mingw. @item This header file does not define @code{O_CLOEXEC} on some platforms: -glibc 2.41, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Solaris 11.4, Cygwin 3.5, mingw, MSVC 14. +glibc 2.41, macOS 12, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5, mingw. @item Some platforms provide a @code{NULL} macro that cannot be used in arbitrary