OSDN Git Service

sparc, alpha, and mips have different errno values than the other
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 26 Aug 2002 18:06:53 +0000 (18:06 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 26 Aug 2002 18:06:53 +0000 (18:06 -0000)
commit22fa952fdb5e9d2c5b1ee0d6c3fb75974ca15666
tree1bf1c01e4539bdb92f8cd7daebd8f4e4411466fb
parente86450a0065d044fd334bdde7d39b29ccefd65c7
sparc, alpha, and mips have different errno values than the other
supported platforms.  Adjust _susv3_strerror_r function to deal with
this.  Also fix an error in strerror() wrt invalid errnos.

NOTE: sys_errlist and sys_nerr are no longer supported!!!
include/stdio.h
libc/string/Makefile
libc/string/wstring.c
test/string/string.c