From: Collin Funk Date: Mon, 15 Dec 2025 02:12:02 +0000 (-0800) Subject: doc: Add a link to a FreeBSD bug report. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec6e1a9295e7b05a09d76e03ce34f8a11f8b40e;p=thirdparty%2Fgnulib.git doc: Add a link to a FreeBSD bug report. * doc/posix-functions/realloc.texi: Add a link to the bug report for FreeBSD 15 not setting errno for large size values. --- diff --git a/ChangeLog b/ChangeLog index e5e67e7a8c..b8954e4040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-12-14 Collin Funk + + doc: Add a link to a FreeBSD bug report. + * doc/posix-functions/realloc.texi: Add a link to the bug report for + FreeBSD 15 not setting errno for large size values. + 2025-12-12 Paul Eggert extern-inline: #define AAA_INLINE pre- diff --git a/doc/posix-functions/realloc.texi b/doc/posix-functions/realloc.texi index 5a0feb8521..fae8b65a96 100644 --- a/doc/posix-functions/realloc.texi +++ b/doc/posix-functions/realloc.texi @@ -12,6 +12,7 @@ Portability problems fixed by Gnulib: @itemize @item On some platforms, when the function fails it does not set @code{errno}: +@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291677 FreeBSD 15 (for a size > 0x7000000000000000), mingw, MSVC 14. @item