* modules/group-member (Depends-on): Depend on malloc-gnu,
not realloc-gnu, since the code uses malloc not realloc.
2024-10-23 Paul Eggert <eggert@cs.ucla.edu>
+ group-member: fix malloc-gnu dependency
+ * modules/group-member (Depends-on): Depend on malloc-gnu,
+ not realloc-gnu, since the code uses malloc not realloc.
+
realloc: still more improvements for realloc (p, 0)
* doc/posix-functions/malloc.texi: AIX is sans _LINUX_SOURCE_COMPAT.
* doc/posix-functions/realloc.texi:
unistd
extensions
getgroups [test $HAVE_GROUP_MEMBER = 0]
-realloc-gnu [test $HAVE_GROUP_MEMBER = 0]
+malloc-gnu [test $HAVE_GROUP_MEMBER = 0]
stdckdint [test $HAVE_GROUP_MEMBER = 0]
configure.ac: