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,19 **** --- 10,20 ---- # # # 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,112 **** utsname.h.3head \ values.h.3head \ wait.h.3head \ wchar.h.3head \ wctype.h.3head \ ! wordexp.h.3head MANLINKS= acct.3head \ aio.3head \ ar.3head \ archives.3head \ --- 103,114 ---- utsname.h.3head \ values.h.3head \ wait.h.3head \ wchar.h.3head \ wctype.h.3head \ ! wordexp.h.3head \ ! xlocale.h.3head MANLINKS= acct.3head \ aio.3head \ ar.3head \ archives.3head \
*** 190,200 **** utsname.3head \ values.3head \ wait.3head \ wchar.3head \ wctype.3head \ ! wordexp.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 --- 192,203 ---- utsname.3head \ values.3head \ wait.3head \ wchar.3head \ wctype.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,288 **** --- 282,292 ---- 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