svn commit: r291878 - stable/9/lib/libc/locale
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 6 00:27:37 UTC 2015
Author: ngie
Date: Sun Dec 6 00:27:35 2015
New Revision: 291878
URL: https://svnweb.freebsd.org/changeset/base/291878
Log:
MFstable/10 r291871:
MFC r291296:
Link localeconv(3) to localeconv_l(3)
Modified:
stable/9/lib/libc/locale/Makefile.inc
Directory Properties:
stable/9/ (props changed)
stable/9/lib/ (props changed)
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/locale/Makefile.inc
==============================================================================
--- stable/9/lib/libc/locale/Makefile.inc Sun Dec 6 00:20:45 2015 (r291877)
+++ stable/9/lib/libc/locale/Makefile.inc Sun Dec 6 00:27:35 2015 (r291878)
@@ -78,6 +78,7 @@ MLINKS+=iswalnum_l.3 iswalpha_l.3 iswaln
iswalnum_l.3 iswspecial_l.3 iswalnum_l.3 nextwctype_l.3 \
iswalnum_l.3 towctrans_l.3 iswalnum_l.3 wctrans_l.3
MLINKS+=isxdigit.3 ishexnumber.3
+MLINKS+=localeconv.3 localeconv_l.3
MLINKS+=mbrtowc.3 mbrtoc16.3 mbrtowc.3 mbrtoc32.3
MLINKS+=mbsrtowcs.3 mbsnrtowcs.3
MLINKS+=wcrtomb.3 c16rtomb.3 wcrtomb.3 c32rtomb.3
More information about the svn-src-stable-9
mailing list