This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/12204] glibc does has no POSIX compliant strerror_r function


http://sourceware.org/bugzilla/show_bug.cgi?id=12204

--- Comment #2 from Bruno Haible <bruno at clisp dot org> 2010-11-09 23:20:25 UTC ---
The fix could either be to change the behaviour of __xpg_strerror_r
so that it returns the error number instead of assigning it to errno,
or to introduce a new function __posix_strerror_r and enable it in <string.h>
under the appropriate conditions.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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