From: Bruno Haible Date: Fri, 25 Oct 2024 11:55:08 +0000 (+0200) Subject: ialloc: Fix dependencies. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=146b065464a434e4cca6b40161065a8bf6ceb55e;p=gnulib.git ialloc: Fix dependencies. * modules/ialloc (Depends-on): Add realloc-posix. --- diff --git a/ChangeLog b/ChangeLog index edd01c8291..4b87a07470 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-10-25 Bruno Haible + + ialloc: Fix dependencies. + * modules/ialloc (Depends-on): Add realloc-posix. + 2024-10-24 Paul Eggert realloc: minor style coalescing @@ -48,7 +53,7 @@ * doc/posix-functions/reallocarray.texi: Say that it shares realloc’s woes with zero sizes. -2024-10-17 Sam Russell +2024-10-22 Sam Russell crc: New tests for non-byte-aligned data. * tests/test-crc.c: New tests. diff --git a/modules/ialloc b/modules/ialloc index c7c194e446..822d15f9d9 100644 --- a/modules/ialloc +++ b/modules/ialloc @@ -10,6 +10,7 @@ calloc-gnu extern-inline idx malloc-gnu +realloc-posix reallocarray stdint