* doc/posix-functions/realloc.texi: Add a link to the bug report for
FreeBSD 15 not setting errno for large size values.
+2025-12-14 Collin Funk <collin.funk1@gmail.com>
+
+ 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 <eggert@cs.ucla.edu>
extern-inline: #define AAA_INLINE pre-<config.h>
@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