Need strtoul() also.
This commit is contained in:
parent
771b8c8404
commit
77d3833330
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.15 2002/02/24 00:08:22 matt Exp $
|
# $NetBSD: Makefile.inc,v 1.16 2002/09/19 17:37:32 ragge Exp $
|
||||||
#
|
#
|
||||||
# The rest of the lib routines are in machine/macros.h
|
# The rest of the lib routines are in machine/macros.h
|
||||||
#
|
#
|
||||||
SRCS+= __assert.c __main.c blkcpy.S blkset.S bswap64.S random.S \
|
SRCS+= __assert.c __main.c blkcpy.S blkset.S bswap64.S random.S \
|
||||||
strcasecmp.c strncasecmp.c strncmp.c udiv.S urem.S
|
strcasecmp.c strncasecmp.c strncmp.c strtoul.c udiv.S urem.S
|
||||||
|
|
Loading…
Reference in New Issue