* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.
From-SVN: r184286
This commit is contained in:
parent
e53182b762
commit
b87bc3aa06
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-15 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.
|
||||
|
||||
2012-02-15 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
PR libstdc++/51368
|
||||
|
|
|
@ -206,7 +206,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|||
__c_locale
|
||||
locale::facet::_S_get_c_locale()
|
||||
{
|
||||
#ifdef __GHTREADS
|
||||
#ifdef __GTHREADS
|
||||
if (__gthread_active_p())
|
||||
__gthread_once(&_S_once, _S_initialize_once);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue