From 146b065464a434e4cca6b40161065a8bf6ceb55e Mon Sep 17 00:00:00 2001 From: Bruno Haible <bruno@clisp.org> Date: Fri, 25 Oct 2024 13:55:08 +0200 Subject: [PATCH] ialloc: Fix dependencies. * modules/ialloc (Depends-on): Add realloc-posix. --- ChangeLog | 7 ++++++- modules/ialloc | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index edd01c8291..4b87a07470 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-10-25 Bruno Haible <bruno@clisp.org> + + ialloc: Fix dependencies. + * modules/ialloc (Depends-on): Add realloc-posix. + 2024-10-24 Paul Eggert <eggert@cs.ucla.edu> 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 <sam.h.russell@gmail.com> +2024-10-22 Sam Russell <sam.h.russell@gmail.com> 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 -- 2.39.5