+2025-01-24 Bruno Haible <bruno@clisp.org>
+
+ sys_socket-h tests: Avoid compilation error on Solaris 11.4.
+ * doc/posix-headers/sys_socket.texi: Update.
+ * tests/test-sys_socket-h.c (main): Don't assume that all platforms that
+ have SOCK_CLOFORK also have MSG_CMSG_CLOFORK.
+
2025-01-23 Collin Funk <collin.funk1@gmail.com>
uchar-h-c23: Fix compilation error on OmniOS.
the constant @code{SCM_RIGHTS} on some platforms:
mingw, MSVC 14.
@item
-This header file does not define the constants @code{SOCK_CLOFORK} and
-@code{MSG_CMSG_CLOFORK} on some platforms:
+This header file does not define the constant @code{SOCK_CLOFORK}
+on some platforms:
glibc 2.39, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.3, Cygwin, mingw, MSVC, Android.
+@item
+This header file does not define the constant @code{MSG_CMSG_CLOFORK}
+on some platforms:
+glibc 2.39, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.4, Cygwin, mingw, MSVC, Android.
@end itemize