diff --git a/src/locale/newlocale.c b/src/locale/newlocale.c index 8fb006a7..68574605 100644 --- a/src/locale/newlocale.c +++ b/src/locale/newlocale.c @@ -9,37 +9,28 @@ int __loc_is_allocated(locale_t loc) locale_t __newlocale(int mask, const char *name, locale_t loc) { - int i, j; struct __locale_struct tmp; - const struct __locale_map *lm; + + for (int i=0; icat[i] : + __get_locale(i, (mask & (1<cat[i] = __get_locale(i, name); + *loc = tmp; return loc; } - /* Otherwise, build a temporary locale object, which will only - * be instantiated in allocated storage if it does not match - * one of the built-in static locales. This makes the common - * usage case for newlocale, getting a C locale with predictable - * behavior, very fast, and more importantly, fail-safe. */ - for (j=i=0; icat[i]; - else - lm = __get_locale(i, mask & (1<