summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorsnj <snj@NetBSD.org>2018-01-05 20:51:13 +0000
committersnj <snj@NetBSD.org>2018-01-05 20:51:13 +0000
commit3aff59f2ac4a36928cd65d5d815ab745a81ab2bd (patch)
tree73eba6d7696a5be121ef761f56d7fe50e2da839c /lib/libc/stdlib
parent4e1915b3d74e4453e631e1b51ee0f6e7c1a8aaec (diff)
add strfmon_l man page links
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 6de8962524e..2af8ee92973 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.93 2017/07/11 15:21:35 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.94 2018/01/05 20:51:13 snj Exp $
# from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
# stdlib sources
@@ -85,6 +85,7 @@ MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3
MLINKS+=rand48.3 srand48.3 rand48.3 seed48.3 rand48.3 lcong48.3
MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3
MLINKS+=radixsort.3 sradixsort.3
+MLINKS+=strfmon.3 strfmon_l.3
MLINKS+=strsuftoll.3 strsuftollx.3
MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
MLINKS+=strtol.3 strtoimax.3