This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Change strerror_r definition for cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]