Commit b87bc3aa by DJ Delorie Committed by DJ Delorie

* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.

From-SVN: r184286
parent e53182b7
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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment