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

@@ -10,10 +10,11 @@
 #
 
 #
 # Copyright 2011, Richard Lowe
 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
 #
 
 include         $(SRC)/Makefile.master
 
 MANSECT=        3head

@@ -102,11 +103,12 @@
                 utsname.h.3head         \
                 values.h.3head          \
                 wait.h.3head            \
                 wchar.h.3head           \
                 wctype.h.3head          \
-                wordexp.h.3head
+                wordexp.h.3head         \
+                xlocale.h.3head
 
 MANLINKS=       acct.3head              \
                 aio.3head               \
                 ar.3head                \
                 archives.3head          \

@@ -190,11 +192,12 @@
                 utsname.3head           \
                 values.3head            \
                 wait.3head              \
                 wchar.3head             \
                 wctype.3head            \
-                wordexp.3head
+                wordexp.3head           \
+                xlocale.3head
 
 acct.3head              := LINKSRC = acct.h.3head
 aio.3head               := LINKSRC = aio.h.3head
 ar.3head                := LINKSRC = ar.h.3head
 archives.3head          := LINKSRC = archives.h.3head

@@ -279,10 +282,11 @@
 values.3head            := LINKSRC = values.h.3head
 wait.3head              := LINKSRC = wait.h.3head
 wchar.3head             := LINKSRC = wchar.h.3head
 wctype.3head            := LINKSRC = wctype.h.3head
 wordexp.3head           := LINKSRC = wordexp.h.3head
+xlocale.3head           := LINKSRC = xlocale.h.3head
 
 .KEEP_STATE:
 
 include         $(SRC)/man/Makefile.man