* 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.
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.
@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