Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD

@@ -20,10 +20,12 @@
 #
 #
 # 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,16 +203,16 @@
         wchar.h         \
         wchar_impl.h    \
         wctype.h        \
         widec.h         \
         wordexp.h       \
+        xlocale.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    \

@@ -223,11 +225,10 @@
         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          \