[uClibc-cvs] cvs commit to uClibc/libc/sysdeps/linux/common/bits by mjn3

mjn3 at uclibc.org mjn3 at uclibc.org
Tue Jun 18 08:41:29 UTC 2002


Repository: uClibc/libc/sysdeps/linux/common/bits
who:        mjn3
time:       Tue Jun 18 02:41:28 MDT 2002


Log Message:

Fix perror() and printf("%m") to not call strerror(), as required by the
standards.  Temporarily added a utility function to wrap Erik's strerror_r
so that "Unknown error xxx" strings can be generated for errno's which
cause strerror_r to fail.  That utility function will eventually be merged
in with the strerror/strerror_r functions when I change over to optionallly
mmap'ing the system error strings to provide for lower mem comsumption on
non-MMU platforms, as well as locale-specific system error messages.


Files:

changed:    uClibc_stdio.h




More information about the uClibc-cvs mailing list