diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | locale/locale.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2009-08-23 Ulrich Drepper <drepper@redhat.com> + + * locale/locale.h: Include xlocale.h and the thread-local locale + declarations for XPG7, not XPG6. + 2009-08-21 Andreas Schwab <schwab@redhat.com> * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed. diff --git a/locale/locale.h b/locale/locale.h index b24ae245fe..2aa19e76ac 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 |