This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] Change strerror_r definition for cygwin
- From: Christopher Faylor <me at cgf dot cx>
- To: newlib at sourceware dot org
- Date: Thu, 25 Aug 2005 22:18:23 -0400
- Subject: Re: [PATCH] Change strerror_r definition for cygwin
- References: <20050825230341.GA6832@trixie.casa.cgf.cx>
On Thu, Aug 25, 2005 at 07:03:42PM -0400, Christopher Faylor wrote:
>It seems like newlib's strerror_r implementation is not compliant with
>standards. We need to have strerror_r return an integer for cygwin so
>I've made the change below.
>
>OTOH, if this change should be the default, let me know and I'll be
>happy to change libc/string/strerror_r.c .
Sorry about that. Apparently it isn't that simple. There are two
differing implementations of strerror_r and newlib is emulating the
default linux version.
cgf