don't need bcmp() and bzero()
This commit is contained in:
parent
587e0e3497
commit
3050a50d90
@ -1,9 +1,9 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.28 2002/04/16 06:36:02 martin Exp $
|
# $NetBSD: Makefile.inc,v 1.29 2003/11/08 07:40:37 jdolecek Exp $
|
||||||
|
|
||||||
SRCS+= __main.c __assert.c \
|
SRCS+= __main.c __assert.c \
|
||||||
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||||
bswap16.c bswap32.c bswap64.c \
|
bswap16.c bswap32.c bswap64.c \
|
||||||
bcmp.c bzero.S ffs.S \
|
ffs.S \
|
||||||
memchr.c memcmp.c memset.S \
|
memchr.c memcmp.c memset.S \
|
||||||
strcat.c strcmp.c strcpy.c strlen.S strcasecmp.c \
|
strcat.c strcmp.c strcpy.c strlen.S strcasecmp.c \
|
||||||
strncasecmp.c strncmp.c strncpy.c strtoul.c \
|
strncasecmp.c strncmp.c strncpy.c strtoul.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user