Re: Remove dependency of getdelim on realloc-posix

2016-08-13 Thread Gavin Smith
On 13 August 2016 at 15:08, Andreas Schwab wrote: > On Aug 13 2016, Gavin Smith wrote: > >> +2016-08-13 Gavin Smith >> + >> + * modules/getdelim: Remove dependency on realloc-posix. >> + * lib/getdelim.c (getdelim): Set errno to ENOENT if realloc failed, > > s/ENOENT/ENOMEM/ > Tha

Re: Remove dependency of getdelim on realloc-posix

2016-08-13 Thread Andreas Schwab
On Aug 13 2016, Gavin Smith wrote: > +2016-08-13 Gavin Smith > + > + * modules/getdelim: Remove dependency on realloc-posix. > + * lib/getdelim.c (getdelim): Set errno to ENOENT if realloc failed, s/ENOENT/ENOMEM/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key finger

Remove dependency of getdelim on realloc-posix

2016-08-13 Thread Gavin Smith
This patch is intended to remove a warning due to redefining realloc twice when building Perl extension modules, once by gnulib, a second time by Perl's headers. Reported here http://lists.gnu.org/archive/html/bug-texinfo/2016-08/msg00021.html diff --git a/ChangeLog b/ChangeLog index 2414e8e..903