summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-09 19:41:02 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-09 19:41:02 +0000
commitdb777744aa07d47a571016b48fea82e53371fe2b (patch)
treef77a343835c1bec2d40612992a3e68501ffdf110 /libc/string/Makefile
parent2f2e72cbed35ff28d89ef16dbbea4497de834617 (diff)
Implement mempcpy
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 90a1b03a1..c7a4c128a 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -28,7 +28,7 @@ MSRC=string.c
MOBJ=strlen.o strcat.o strcpy.o strchr.o strcmp.o strncat.o strncpy.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 memrchr.o
+ stpncpy.o memrchr.o mempcpy.o
ifeq ($(HAS_LOCALE),true)
MOBJ += strcoll.o