]> Savannah Git Hosting - gnulib.git/commitdiff
malloc: fix recent doc bug for AIX 7.3
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Oct 2024 05:01:43 +0000 (22:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Oct 2024 05:02:09 +0000 (22:02 -0700)
* 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
doc/posix-functions/malloc.texi

index eb0e39c9fd0888efd83ded8796934f8c48fc923b..4e9bcd72d66db6d002b8b385ae1ae27e01129121 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2024-10-29  Paul Eggert  <eggert@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.
index 1b167c19baae7dee9dc76fa8ae1440ec75d8d22e..31e199e43af8a6b52424112a11361fe323441037 100644 (file)
@@ -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