diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-26 18:06:53 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-26 18:06:53 +0000 |
commit | 22fa952fdb5e9d2c5b1ee0d6c3fb75974ca15666 (patch) | |
tree | 1bf1c01e4539bdb92f8cd7daebd8f4e4411466fb /libc/string/Makefile | |
parent | e86450a0065d044fd334bdde7d39b29ccefd65c7 (diff) |
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!!!
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 3a37efdde..2ffc0f2b2 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -31,7 +31,7 @@ MOBJW= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ strcmp.o strcpy.o strcspn.o strdup.o strlen.o strncasecmp.o strncat.o \ strncmp.o strncpy.o strndup.o strnlen.o strpbrk.o strrchr.o strsep.o \ strspn.o strstr.o strtok.o strtok_r.o strerror.o _susv3_strerror_r.o \ - _string_syserrmsgs.o _glibc_strerror_r.o sys_errlist.o \ + _string_syserrmsgs.o _glibc_strerror_r.o \ _string_syssigmsgs.o sys_siglist.o strsignal.o psignal.o \ __xpg_basename.o strlcat.o strlcpy.o # strcoll.o |