On Tue, 15 Oct 2013, Martin Pelikan wrote: > Apologies, I left one bit out. Here it is. ... > --- 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; > };
No chunk for libc/locale/localeconv.c to actually set those? They'll also need a manpage blurb. With those, this tiny chunk seems basically harmless. Philip