summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-11 08:36:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-11 08:36:33 +0000
commitbef22c1887f4b984969e2e2b5082bd42a16d661a (patch)
tree27cc61bfeff53df874be62939706ed69c9f53cf2 /libc/string/Makefile
parent5c12c8eecd5f2e06c200651e90befe85efcf166f (diff)
Add strndup, written by Stefan Soucek <ssoucek@coactive.com>
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 748a935eb..7ef900041 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak
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 \
+ strncmp.o strrchr.o strdup.o strndup.o memcpy.o memccpy.o memset.o \
memmove.o memcmp.o memchr.o ffs.o strnlen.o strxfrm.o stpcpy.o stpncpy.o
ifeq ($(HAS_LOCALE),true)