diff options
author | phantom <phantom@FreeBSD.org> | 2001-05-03 15:12:52 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-05-03 15:12:52 +0000 |
commit | 9490c25e16c461f95ec6b543e3470eedb18d95dd (patch) | |
tree | b6db945a68b62fa3a6b673304f29a3d249244207 /lib/libc | |
parent | 7462a1818c16e2482806e19e31839316a9e49419 (diff) | |
download | FreeBSD-src-9490c25e16c461f95ec6b543e3470eedb18d95dd.zip FreeBSD-src-9490c25e16c461f95ec6b543e3470eedb18d95dd.tar.gz |
add nl_langinfo(3)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 74d1f29..50abb29 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -14,8 +14,8 @@ SRCS+= ansi.c big5.c collate.c collcmp.c euc.c frune.c fix_grouping.c \ .if ${LIB} == "c" MAN+= ctype.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 rune.3 setlocale.3 \ - toascii.3 tolower.3 toupper.3 + isupper.3 isxdigit.3 mbrune.3 multibyte.3 nl_langinfo.3 rune.3 \ + setlocale.3 toascii.3 tolower.3 toupper.3 MAN+= euc.4 utf2.4 MLINKS+=mbrune.3 mbmb.3 mbrune.3 mbrrune.3 |