From e4f2c2c0d7904375803918f6159f8ef0c68276b0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 25 Oct 2024 13:59:41 +0200 Subject: [PATCH] xalloc: Adjust dependencies after last change. * modules/xalloc (Depends-on): Remove realloc-gnu. Add realloc-posix. --- ChangeLog | 5 +++++ modules/xalloc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b87a07470..d39354df1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-10-25 Bruno Haible + + xalloc: Adjust dependencies after last change. + * modules/xalloc (Depends-on): Remove realloc-gnu. Add realloc-posix. + 2024-10-25 Bruno Haible ialloc: Fix dependencies. diff --git a/modules/xalloc b/modules/xalloc index 15059bf47f..3ff92ae57f 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -14,7 +14,7 @@ ialloc idx malloc-gnu minmax -realloc-gnu +realloc-posix reallocarray stdckdint stdint -- 2.39.5