Re: [PATCH 4/7] ialloc: fix realloc-gnu dependency

2024-10-25 Thread Bruno Haible via Gnulib discussion list
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

[PATCH 4/7] ialloc: fix realloc-gnu dependency

2024-10-24 Thread Paul Eggert
* 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 ++