summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-01-20 22:05:49 +0000
committerian <ian@FreeBSD.org>2016-01-20 22:05:49 +0000
commit501fb1d31d8fb0b866e092f03153444acc76fad3 (patch)
tree9733061b0c3495020eaedc5cbae7734f79b34d88 /lib
parent73f3f54cd9e91828e2c1e1437f98e3d1e09f03c1 (diff)
downloadFreeBSD-src-501fb1d31d8fb0b866e092f03153444acc76fad3.zip
FreeBSD-src-501fb1d31d8fb0b866e092f03153444acc76fad3.tar.gz
Add strlcat and strlcpy to libstand on ia64. This is conceptually part
of the MFC done in r294342, but since ia64 is gone in -current this is a direct commit to 10-stable to add the functions.
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 94a2f6e..893ed68 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -86,6 +86,7 @@ SRCS+= aeabi_memcmp.S aeabi_memcpy.S aeabi_memmove.S aeabi_memset.S
.PATH: ${.CURDIR}/../libc/ia64/string
SRCS+= bcmp.c bcopy.S bzero.S ffs.S memccpy.c memchr.c memcmp.c memcpy.S \
memmove.S memset.c strcat.c strchr.c strcmp.c strcpy.c strcspn.c \
+ strlcat.c strlcpy.c \
strlen.c strncat.c strncmp.c strncpy.c strpbrk.c strrchr.c strsep.c \
strspn.c strstr.c strtok.c swab.c
OpenPOWER on IntegriCloud