summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-22 08:06:45 +0000
committertjr <tjr@FreeBSD.org>2002-09-22 08:06:45 +0000
commit491569a0a72f41a57e60f55bdf7a63bbe3bd6726 (patch)
tree5ee7bfdb36ea94c32bdd040617940cdebb4326a1 /lib/libc/locale/Makefile.inc
parent4a0f4fc5b5b2985b80e2014040f5d55be76d8e96 (diff)
downloadFreeBSD-src-491569a0a72f41a57e60f55bdf7a63bbe3bd6726.zip
FreeBSD-src-491569a0a72f41a57e60f55bdf7a63bbe3bd6726.tar.gz
Add the remaining C99 wide character string to integer conversion functions.
Restrict qualifiers were added to the existing prototypes in <inttypes.h> and the typedef for wchar_t was removed.
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r--lib/libc/locale/Makefile.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index 7a4c558..b825465 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -12,9 +12,10 @@ SRCS+= big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
mskanji.c nl_langinfo.c nomacros.c none.c rune.c \
runetype.c setinvalidrune.c setlocale.c setrunelocale.c table.c \
tolower.c toupper.c utf2.c wcrtomb.c wcsrtombs.c wcsftime.c wcstod.c \
- wcstol.c \
+ wcstoimax.c wcstol.c wcstoll.c \
wcstombs.c \
- wcstoul.c wctob.c wctomb.c wctrans.c wctype.c wcwidth.c
+ wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
+ wcwidth.c
.if ${LIB} == "c"
MAN+= btowc.3 \
@@ -48,7 +49,8 @@ MLINKS+=rune.3 fgetrune.3 rune.3 fputrune.3 rune.3 fungetrune.3 \
rune.3 sputrune.3
MLINKS+=setlocale.3 localeconv.3
MLINKS+=towlower.3 towupper.3
-MLINKS+=wcstol.3 wcstoul.3
+MLINKS+=wcstol.3 wcstoul.3 wcstol.3 wcstoll.3 wcstol.3 wcstoull.3 \
+ wcstol.3 wcstoimax.3 wcstol.3 wcstoumax.3
MLINKS+=wctrans.3 towctrans.3
MLINKS+=wctype.3 iswctype.3
.endif
OpenPOWER on IntegriCloud