diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-19 21:33:48 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-19 21:33:48 +0000 |
commit | fb1124fe102109fe336937a78b0072f4e6a206c0 (patch) | |
tree | 402498d94a8086c2b72794016ac59ca9d6a2b499 /libc/string/Makefile | |
parent | bb84a07a88222a21afddbf16c31d9d8b15fdda7c (diff) |
Put weak symbols where they can find what they are aliasing. Clean up strcspn.c
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r-- | libc/string/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 4421dee1c..4d0a95da8 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -27,8 +27,7 @@ LIBC=$(TOPDIR)libc.a MSRC=string.c MOBJ=strlen.o strcat.o strcpy.o strchr.o strcmp.o strncat.o strncpy.o \ strncmp.o strrchr.o strdup.o memcpy.o memccpy.o memset.o \ - memmove.o memcmp.o memchr.o ffs.o strnlen.o index.o rindex.o \ - strxfrm.o strcoll.o + memmove.o memcmp.o memchr.o ffs.o strnlen.o strxfrm.o MSRC1=strsignal.c MOBJ1=strsignal.o psignal.o |