svn commit: r322037 - head/lib/libstand
Warner Losh
imp at FreeBSD.org
Fri Aug 4 03:48:18 UTC 2017
Author: imp
Date: Fri Aug 4 03:48:17 2017
New Revision: 322037
URL: https://svnweb.freebsd.org/changeset/base/322037
Log:
Add stpcpy and stpncpy to libstand
This adds the stpcpy and stpncpy functions to libstand.
Differential Revision: https://reviews.freebsd.org/D11844
Modified:
head/lib/libstand/Makefile
Modified: head/lib/libstand/Makefile
==============================================================================
--- head/lib/libstand/Makefile Fri Aug 4 03:40:01 2017 (r322036)
+++ head/lib/libstand/Makefile Fri Aug 4 03:48:17 2017 (r322037)
@@ -41,7 +41,7 @@ SRCS+= ntoh.c
.PATH: ${LIBC_SRC}/string
SRCS+= bcmp.c bcopy.c bzero.c ffs.c fls.c \
memccpy.c memchr.c memcmp.c memcpy.c memmove.c memset.c \
- qdivrem.c strcat.c strchr.c strcmp.c strcpy.c \
+ qdivrem.c strcat.c strchr.c strcmp.c strcpy.c stpcpy.c stpncpy.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
.if ${MACHINE_CPUARCH} == "arm"
More information about the svn-src-all
mailing list