summaryrefslogtreecommitdiff
path: root/libc/locale
diff options
context:
space:
mode:
authormaxim <maxim@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-12-19 18:16:43 +0000
committermaxim <maxim@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-12-19 18:16:43 +0000
commite1bdacc1e71d0c59aa53f7ea1de37c3f8912d3b8 (patch)
tree34a29c5e71420672dd8e7ababe5302c2c29dcaf2 /libc/locale
parent47cf7c7e49052cc93331d69c876e2e5e6a44e5d3 (diff)
2010-12-19 Gordon Schumacher <whiplash@pobox.com>
* locale/xlocale.x (DEFINE_CATEGORY): Fix merge issue. * wcsmbs/wcsmbsload.c (wcsmbs_load_conv): Same. git-svn-id: svn://svn.eglibc.org/trunk@12348 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/locale')
-rw-r--r--libc/locale/xlocale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/locale/xlocale.c b/libc/locale/xlocale.c
index a492d27cb..669b4af0b 100644
--- a/libc/locale/xlocale.c
+++ b/libc/locale/xlocale.c
@@ -84,7 +84,7 @@ const struct __locale_struct _nl_C_locobj attribute_hidden =
pointers here. */
#if defined (NL_CURRENT_INDIRECT)
#define DEFINE_CATEGORY(category, category_name, items, a) \
- __thread struct locale_data * const *_nl_current_##category \
+ __thread struct __locale_data * const *_nl_current_##category \
attribute_hidden = &_nl_C_locobj.__locales[category];
#include "categories.def"
#undef DEFINE_CATEGORY