From 659a63fb7ba0b2c9bc45034283a302afe56a6ebe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Aug 2009 10:56:08 -0700 Subject: Thread-local locale handling part of XPG7. I incorrectly enabled the definitions for XPG6. --- locale/locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/locale.h b/locale/locale.h index b24ae24..2aa19e7 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -130,7 +130,7 @@ extern struct lconv *localeconv (void) __THROW; __END_NAMESPACE_STD -#ifdef __USE_XOPEN2K +#ifdef __USE_XOPEN2K8 /* The concept of one static locale per category is not very well thought out. Many applications will need to process its data using information from several different locales. Another application is -- cgit v1.1