[PATCH-v2] Re: [PATCH] Add missing strerror() strings, clean up
Andrew Pinski
pinskia@gmail.com
Wed Jul 30 00:39:00 GMT 2014
On Mon, Jul 14, 2014 at 6:41 AM, Corinna Vinschen <vinschen@redhat.com> wrote:
> On Jul 11 12:46, Nick Withers wrote:
>> Attached is an updated patch, which:
>> ____
>>
>> - Adds to strerror()'s strerror.c strings for:
>> - EADDRNOTAVAIL, "Address not available"
>> - ECONNRESET, "Connection reset by peer"
>> - EILSEQ, "Illegal byte sequence"
>> - ENETRESET, "Connection aborted by network"
>> - ENODATA, "No data" (full comment in errno.h was "No data (for no
>> delay io)")
>> - EOVERFLOW, "Value too large for defined data type"
>>
>> - Changes EDOM strerror() string from "Math argument" ("Math arg out of
>> domain of func" in errno.h comments) to "Mathematics argument out of
>> domain of function"
>>
>> - Changes EMFILE's "Too many open files" to "File descriptor value too
>> large"
>> [...]
>
> Thanks, patch applied. Just sending a ChangeLog entry with your patches
> would be nice.
This patch broke "make info" due to:
o EWOULDBLOCK
EAGAIN
---- CUT ----
EAGAIN is considered a command by makedoc:
/* A command is all upper case,and alone on a line */
Locally I changed it to:
Operation would block: EAGAIN
Thanks,
Andrew Pinski
>
>
> Thanks,
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Maintainer
> Red Hat
More information about the Newlib
mailing list