From: Paul Eggert Date: Wed, 30 Oct 2024 05:01:43 +0000 (-0700) Subject: malloc: fix recent doc bug for AIX 7.3 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c8bda093b2a1019b96756c8feef63cbf02ea68b5;p=gnulib.git malloc: fix recent doc bug for AIX 7.3 * doc/posix-functions/malloc.texi: Undo previous change, as _LINUX_SOURCE_COMPAT no longer affects malloc on AIX 7.3. It did affect it in AIX 7.1 but 7.1 is no longer supported. --- diff --git a/ChangeLog b/ChangeLog index eb0e39c9fd..4e9bcd72d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2024-10-29 Paul Eggert + malloc: fix recent doc bug for AIX 7.3 + * doc/posix-functions/malloc.texi: Undo previous change, + as _LINUX_SOURCE_COMPAT no longer affects malloc on AIX 7.3. + It did affect it in AIX 7.1 but 7.1 is no longer supported. + realloc-posix: realloc (p, 0) yields nonnull * lib/realloc.c: Include , not "xalloc-oversized.h". Use of xalloc_oversized replaced by ckd_add. diff --git a/doc/posix-functions/malloc.texi b/doc/posix-functions/malloc.texi index 1b167c19ba..31e199e43a 100644 --- a/doc/posix-functions/malloc.texi +++ b/doc/posix-functions/malloc.texi @@ -29,5 +29,5 @@ by fixing this portability problem: @itemize @item @code{malloc (0)} returns @code{NULL} on success on some platforms: -AIX 7.3 without @code{_LINUX_SOURCE_COMPAT}. +AIX 7.3. @end itemize