bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error.c: "Unknown system error" should report errno value


From: Paul Eggert
Subject: Re: error.c: "Unknown system error" should report errno value
Date: Tue, 25 Sep 2007 11:24:47 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Eric Blake-1 <address@hidden> writes:

> But come to think of it, now that we assume C89, should we
> simplify the code by not even catering to the missing strerror
> case?  Which modern platforms still lack strerror?

Freestanding C89 and C99 platforms need not provide strerror; only
hosted platforms are required to have it.  That being said, I don't
know of any plausible gnulib porting targets that lack strerror.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]