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

*** 8,17 **** --- 8,18 ---- * source. A copy of the CDDL is also available via the Internet at * http://www.illumos.org/license/CDDL. */ /* + * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. */ /* * LC_TIME database generation routines for localedef.
*** 25,35 **** #include <unistd.h> #include "localedef.h" #include "parser.tab.h" #include "timelocal.h" ! struct lc_time_T tm; void init_time(void) { (void) memset(&tm, 0, sizeof (tm)); --- 26,36 ---- #include <unistd.h> #include "localedef.h" #include "parser.tab.h" #include "timelocal.h" ! struct lc_time tm; void init_time(void) { (void) memset(&tm, 0, sizeof (tm));