From: Bruno Haible Date: Sat, 11 Jan 2025 14:45:30 +0000 (+0100) Subject: sys_un-h: Document the glibc bug. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=087390203d90b11d49b2ae3cc7c397c27047ad0b;p=gnulib.git sys_un-h: Document the glibc bug. Reported by Miro Palmu in . * doc/posix-headers/sys_un.texi: Mention the glibc bug. --- 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: