diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-27 19:23:02 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-27 19:23:02 +0000 |
commit | dbee84a1784a929efcd6f0956ead1dbbf6136462 (patch) | |
tree | 9a923272682de8c92edf0c951869f11b97d7cd17 /libc/string/Makefile | |
parent | 0a6ce9213e83835ffa8c434a6644b55932715e8c (diff) |
Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.
In my opinion, this is a complete waste of good memory and is only
done to avoid the anticipated whining by people who think this libary
is named uCglibc. At some point this may become a configurable option.
And even then, it may not be available in all configs... for instance
when system error messages become locale-dependent.
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 2ffc0f2b2..6c29bb9ec 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -33,7 +33,7 @@ MOBJW= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ strspn.o strstr.o strtok.o strtok_r.o strerror.o _susv3_strerror_r.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 + __xpg_basename.o strlcat.o strlcpy.o sys_errlist.o # strcoll.o MOBJW2= wcscasecmp.o wcscat.o wcschrnul.o wcschr.o wcscmp.o wcscpy.o wcscspn.o \ wcsdup.o wcslen.o wcsncasecmp.o wcsncat.o wcsncmp.o wcsncpy.o \ |