Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 20,29 **** --- 20,31 ---- # # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2013 Garrett D'Amore <garrett@damore.org> + # # head/Makefile # # include global definitions include ../Makefile.master
*** 201,216 **** wchar.h \ wchar_impl.h \ wctype.h \ widec.h \ wordexp.h \ xti.h \ xti_inet.h \ zone.h ISOHDRS = \ - ctype_c99.h \ ctype_iso.h \ limits_iso.h \ locale_iso.h \ setjmp_iso.h \ signal_iso.h \ --- 203,218 ---- wchar.h \ wchar_impl.h \ wctype.h \ widec.h \ wordexp.h \ + xlocale.h \ xti.h \ xti_inet.h \ zone.h ISOHDRS = \ ctype_iso.h \ limits_iso.h \ locale_iso.h \ setjmp_iso.h \ signal_iso.h \
*** 223,233 **** stdlib_iso.h \ string_iso.h \ time_iso.h \ wchar_c99.h \ wchar_iso.h \ - wctype_c99.h \ wctype_iso.h ARPAHDRS = \ ftp.h \ inet.h \ --- 225,234 ----