> +Although POSIX.1-2024 standardized @code{O_CLOFORK}, > +@code{FD_CLOFORK} and @code{F_DUPFD_CLOFORK}, > +they are not defined on most platforms: > +glibc 2.41, musl libc, macOS 15.5, FreeBSD 14.2, NetBSD 10.1, OpenBSD 7.7, > +Minix 3.3.0, AIX 7.1, Solaris 11.3, Cygwin 3.6.2, mingw, MSVC 14.
They are also not defined on AIX 7.3 (cfarm119.cfarm.net). Only Solaris 11.4 has these macros, so far. 2025-05-27 Bruno Haible <br...@clisp.org> doc: Update platforms list re *_CLOFORK. * doc/posix-headers/fcntl.texi: Update platforms list. diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index d3ead0d310..1c51314d65 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -136,8 +136,7 @@ Although POSIX.1-2024 standardized @code{O_CLOFORK}, @code{FD_CLOFORK} and @code{F_DUPFD_CLOFORK}, they are not defined on most platforms: -glibc 2.41, musl libc, macOS 15.5, FreeBSD 14.2, NetBSD 10.1, OpenBSD 7.7, -Minix 3.3.0, AIX 7.1, Solaris 11.3, Cygwin 3.6.2, mingw, MSVC 14. +glibc 2.41, musl libc, macOS 15.5, FreeBSD 14.2, NetBSD 10.1, OpenBSD 7.7, Minix 3.3.0, AIX 7.3, Solaris 11.3, Cygwin 3.6.2, mingw, MSVC 14. @item @samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK},