From 501fb1d31d8fb0b866e092f03153444acc76fad3 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 20 Jan 2016 22:05:49 +0000 Subject: 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. --- lib/libstand/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1