OSDN Git Service

2008-12-22 Jonathan Larmour <jifl@eCosCentric.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Dec 2008 03:10:35 +0000 (03:10 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Dec 2008 03:10:35 +0000 (03:10 +0000)
* include/ext/concurrence.h: Fix __gthread_cond_t initialisation
function macro name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142901 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/concurrence.h

index 71f47b8..64c0f51 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-22  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * include/ext/concurrence.h: Fix __gthread_cond_t initialisation
+       function macro name.
+
 2008-12-22  Benjamin Kosnik  <bkoz@redhat.com>
 
        * doc/doxygen/stdheader.cc: Add cstdlib.
index b9e43d6..49316b3 100644 (file)
@@ -281,7 +281,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
          __gthread_cond_t __tmp = __GTHREAD_COND_INIT;
          _M_cond = __tmp;
 #else
-         __GTHREAD_MUTEX_INIT_FUNCTION(&_M_cond);
+         __GTHREAD_COND_INIT_FUNCTION(&_M_cond);
 #endif
        }
 #endif