svn commit: r291296 - head/lib/libc/locale

Garrett Cooper ngie at FreeBSD.org
Wed Nov 25 09:12:31 UTC 2015


Author: ngie
Date: Wed Nov 25 09:12:30 2015
New Revision: 291296
URL: https://svnweb.freebsd.org/changeset/base/291296

Log:
  Link localeconv(3) to localeconv_l(3)
  
  MFC after: 3 days

Modified:
  head/lib/libc/locale/Makefile.inc

Modified: head/lib/libc/locale/Makefile.inc
==============================================================================
--- head/lib/libc/locale/Makefile.inc	Wed Nov 25 08:58:07 2015	(r291295)
+++ head/lib/libc/locale/Makefile.inc	Wed Nov 25 09:12:30 2015	(r291296)
@@ -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-all mailing list