mirror of git://gcc.gnu.org/git/gcc.git
* 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
|
|
@ -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>
|
2012-02-15 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
PR libstdc++/51368
|
PR libstdc++/51368
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
__c_locale
|
__c_locale
|
||||||
locale::facet::_S_get_c_locale()
|
locale::facet::_S_get_c_locale()
|
||||||
{
|
{
|
||||||
#ifdef __GHTREADS
|
#ifdef __GTHREADS
|
||||||
if (__gthread_active_p())
|
if (__gthread_active_p())
|
||||||
__gthread_once(&_S_once, _S_initialize_once);
|
__gthread_once(&_S_once, _S_initialize_once);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue