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: Bruno Haible
Subject: Re: error.c: "Unknown system error" should report errno value
Date: Wed, 26 Sep 2007 12:42:07 +0200
User-agent: KMail/1.5.4

Eric Blake wrote:

> +# define strerror(e) \
> +    (GL_LINK_WARNING ("strerror is unportable - " \

"unportable" sounds like the function does not exist on some platforms.
I would write it like this:

# define strerror(e) \
    (GL_LINK_WARNING ("strerror is not POSIX compliant everywhere - " \

Bruno





reply via email to

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