Skip to content

Commit

Permalink
Thread-local locale handling part of XPG7.
Browse files Browse the repository at this point in the history
I incorrectly enabled the definitions for XPG6.
  • Loading branch information
Ulrich Drepper committed Aug 23, 2009
1 parent cd16986 commit 659a63f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion locale/locale.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 659a63f

Please sign in to comment.