svn commit: r294462 - stable/10/lib/libstand

Ian Lepore ian at FreeBSD.org
Wed Jan 20 22:05:51 UTC 2016


Author: ian
Date: Wed Jan 20 22:05:49 2016
New Revision: 294462
URL: https://svnweb.freebsd.org/changeset/base/294462

Log:
  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.

Modified:
  stable/10/lib/libstand/Makefile

Modified: stable/10/lib/libstand/Makefile
==============================================================================
--- stable/10/lib/libstand/Makefile	Wed Jan 20 21:54:43 2016	(r294461)
+++ stable/10/lib/libstand/Makefile	Wed Jan 20 22:05:49 2016	(r294462)
@@ -86,6 +86,7 @@ SRCS+=	aeabi_memcmp.S aeabi_memcpy.S aea
 .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
 


More information about the svn-src-all mailing list