* 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. --- ChangeLog | 5 +++++ doc/posix-functions/malloc.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index eb0e39c9fd..4e9bcd72d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2024-10-29 Paul Eggert <egg...@cs.ucla.edu> + 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 <stdckdint.h>, 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 -- 2.43.0