summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-03 13:49:55 +0000
committertjr <tjr@FreeBSD.org>2002-08-03 13:49:55 +0000
commiteefed45007e6816b7f886d29f31a6079c800fbb7 (patch)
tree72640c311225e824b82a58cb5b8e9e18244d8f4e /lib/libc/locale/Makefile.inc
parentdc1c7f31522480211a5befcad73e5d30fa62a12d (diff)
downloadFreeBSD-src-eefed45007e6816b7f886d29f31a6079c800fbb7.zip
FreeBSD-src-eefed45007e6816b7f886d29f31a6079c800fbb7.tar.gz
Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r--lib/libc/locale/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index 2d2ea34..0871fc7 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -4,14 +4,15 @@
# locale sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/locale ${.CURDIR}/../libc/locale
-SRCS+= ansi.c big5.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
+SRCS+= ansi.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
isctype.c \
ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mbrune.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 wctype.c
+ tolower.c toupper.c utf2.c wctob.c wctype.c
.if ${LIB} == "c"
+MAN+= btowc.3
MAN+= ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 \
isupper.3 isxdigit.3 mbrune.3 multibyte.3 nl_langinfo.3 rune.3 \
@@ -28,4 +29,5 @@ MLINKS+=rune.3 fgetrune.3 rune.3 fputrune.3 rune.3 fungetrune.3 \
rune.3 sputrune.3
MLINKS+=setlocale.3 localeconv.3
MLINKS+=wctype.3 iswctype.3
+MLINKS+=btowc.3 wctob.3
.endif
OpenPOWER on IntegriCloud