From: Ulrich Drepper Date: Sun, 23 Aug 2009 17:56:08 +0000 (-0700) Subject: Thread-local locale handling part of XPG7. X-Git-Tag: fedora/glibc-2.10.90-15~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659a63fb7ba0b2c9bc45034283a302afe56a6ebe;p=thirdparty%2Fglibc.git Thread-local locale handling part of XPG7. I incorrectly enabled the definitions for XPG6. --- diff --git a/ChangeLog b/ChangeLog index 7e880498183..c48442d9887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-23 Ulrich Drepper + + * locale/locale.h: Include xlocale.h and the thread-local locale + declarations for XPG7, not XPG6. + 2009-08-21 Andreas Schwab * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed. diff --git a/locale/locale.h b/locale/locale.h index b24ae245fe0..2aa19e76acb 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