summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-01-16 18:41:33 +0000
committerchristos <christos@NetBSD.org>2015-01-16 18:41:33 +0000
commit1710dd573ec1371cfcbc00d072a0fbf5e1a29a4e (patch)
treeaf5fca0a5c381aefddf2cb823211a40c826d9af4 /lib/libc/stdlib/Makefile.inc
parent18900ad116a8799ccec0e5bf0edafdb7eddd0414 (diff)
Add strtonum implemented as a wrapper of strtoi.
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r--lib/libc/stdlib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 76d4ba3020a..e52bd51d69d 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.84 2015/01/16 18:37:21 christos Exp $
+# $NetBSD: Makefile.inc,v 1.85 2015/01/16 18:41:33 christos Exp $
# from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
# stdlib sources
@@ -13,7 +13,7 @@ SRCS+= _env.c _rand48.c \
nrand48.c putenv.c qabs.c qdiv.c qsort.c posix_openpt.c pty.c \
quick_exit.c radixsort.c rand.c rand_r.c random.c remque.c \
seed48.c setenv.c srand48.c strsuftoll.c \
- strtoi.c strtou.c \
+ strtoi.c strtou.c strtonum.c \
strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \
strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \
unsetenv.c strfmon.c