[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remove dependency of getdelim on realloc-posix
From: |
Gavin Smith |
Subject: |
Re: Remove dependency of getdelim on realloc-posix |
Date: |
Sat, 13 Aug 2016 15:10:24 +0100 |
On 13 August 2016 at 15:08, Andreas Schwab <address@hidden> wrote:
> On Aug 13 2016, Gavin Smith <address@hidden> wrote:
>
>> +2016-08-13 Gavin Smith <address@hidden>
>> +
>> + * modules/getdelim: Remove dependency on realloc-posix.
>> + * lib/getdelim.c (getdelim): Set errno to ENOENT if realloc failed,
>
> s/ENOENT/ENOMEM/
>
Thank you, that was a mistake.