diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-05-03 15:12:52 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-05-03 15:12:52 +0000 |
commit | 1d7f7b7a7a29269787160c198eaa660051a8524e (patch) | |
tree | b84feae95219a72a47cd1044197ff06d37bfdc51 /lib | |
parent | b3d588380ebd73017afa75e74d6bfe437fa25aee (diff) | |
download | src-1d7f7b7a7a29269787160c198eaa660051a8524e.tar.gz src-1d7f7b7a7a29269787160c198eaa660051a8524e.zip |
add nl_langinfo(3)
Notes
Notes:
svn path=/head/; revision=76248
Diffstat (limited to 'lib')
-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 74d1f29de551..50abb29c97aa 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 |