On Tue, 2006-03-07 at 19:12 +0100, Marco Barisione wrote:
> Alexander Larsson wrote:
> >   locale_data = localeconv ();
> >   decimal_point = locale_data->decimal_point;
> > ...
> >       val = strtod (nptr, &fail_pos);
> 
> What happens if another thread calls setlocale() after localeconv() but 
> before strtod()?

No thread in a multithreaded program can call setlocale() after
initialization. Period.
                                        Owen


_______________________________________________
gtk-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to