Add stpcpy and stpncpy to libstand
This adds the stpcpy and stpncpy functions to libstand. Differential Revision: https://reviews.freebsd.org/D11844
This commit is contained in:
parent
b001b92dc8
commit
740d1bde2a
@ -41,7 +41,7 @@ SRCS+= ntoh.c
|
|||||||
.PATH: ${LIBC_SRC}/string
|
.PATH: ${LIBC_SRC}/string
|
||||||
SRCS+= bcmp.c bcopy.c bzero.c ffs.c fls.c \
|
SRCS+= bcmp.c bcopy.c bzero.c ffs.c fls.c \
|
||||||
memccpy.c memchr.c memcmp.c memcpy.c memmove.c memset.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 \
|
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
|
strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
|
||||||
.if ${MACHINE_CPUARCH} == "arm"
|
.if ${MACHINE_CPUARCH} == "arm"
|
||||||
|
Loading…
Reference in New Issue
Block a user