From 087390203d90b11d49b2ae3cc7c397c27047ad0b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 11 Jan 2025 15:45:30 +0100 Subject: [PATCH] sys_un-h: Document the glibc bug. Reported by Miro Palmu in . * doc/posix-headers/sys_un.texi: Mention the glibc bug. --- ChangeLog | 7 +++++++ doc/posix-headers/sys_un.texi | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index a61301e79c..9399bcbb9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-01-11 Bruno Haible + + sys_un-h: Document the glibc bug. + Reported by Miro Palmu in + . + * doc/posix-headers/sys_un.texi: Mention the glibc bug. + 2025-01-11 Bruno Haible sys_socket-h: Fix configuration mistake (regression yesterday). diff --git a/doc/posix-headers/sys_un.texi b/doc/posix-headers/sys_un.texi index 338f5826c8..9eec7af31e 100644 --- a/doc/posix-headers/sys_un.texi +++ b/doc/posix-headers/sys_un.texi @@ -17,6 +17,10 @@ mingw, MSVC 14. @item This header file does not define the @code{sa_family_t} type on some platforms: Cygwin 3.5.5, mingw, MSVC 14. +@item +This header file causes compilation errors in C++ mode on some platforms: +@c https://sourceware.org/bugzilla/show_bug.cgi?id=32024 +glibc 2.40. @end itemize Portability problems not fixed by Gnulib: -- 2.39.5