Paul Eggert wrote:
> * modules/ialloc (Depends-on): Remove realloc-gnu,
> as ialloc.c does not depend on GNU semantics for realloc.
But it depends on the fact that realloc() sets errno to ENOMEM
when it fails. Therefore it needs a dependency on 'realloc-posix'.
2024-10-25 Bruno Haible
* modules/ialloc (Depends-on): Remove realloc-gnu,
as ialloc.c does not depend on GNU semantics for realloc.
---
ChangeLog | 4
modules/ialloc | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f8209aff70..0a74a6483c 100644
--- a/ChangeLog
++