> > - port xlocale(3) from FreeBSD -- this is what this patch does
> > 
> Second part (include/ headers) follows.

Apologies, I left one bit out.  Here it is.
--
Martin Pelikan


Index: locale.h
===================================================================
RCS file: /cvs/src/include/locale.h,v
retrieving revision 1.8
diff -u -p -r1.8 locale.h
--- locale.h    3 Jul 2011 18:51:01 -0000       1.8
+++ locale.h    15 Oct 2013 19:21:31 -0000
@@ -54,6 +54,12 @@ struct lconv {
        char    n_sep_by_space;
        char    p_sign_posn;
        char    n_sign_posn;
+       char    int_p_cs_precedes;
+       char    int_n_cs_precedes;
+       char    int_p_sep_by_space;
+       char    int_n_sep_by_space;
+       char    int_p_sign_posn;
+       char    int_n_sign_posn;
 };
 
 #ifndef NULL

Reply via email to