]> gcc.gnu.org Git - gcc.git/commitdiff
concurrence.h: Fix __gthread_cond_t initialisation function macro name. r278977.29/tags/ix86/avx-last-merge
authorJonathan Larmour <jifl@eCosCentric.com>
Tue, 23 Dec 2008 03:10:35 +0000 (03:10 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 23 Dec 2008 03:10:35 +0000 (03:10 +0000)
2008-12-22  Jonathan Larmour  <jifl@eCosCentric.com>

* include/ext/concurrence.h: Fix __gthread_cond_t initialisation
function macro name.

From-SVN: r142901

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

index 71f47b80903916269bd98099d532b39e57cfe60a..64c0f51786c2fd43610047dafc4aa6836b6533bd 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 b9e43d67f90b524131ecfc43734d4b1f013a3ca6..49316b359936e8617827be929f29a01f817674bf 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 
This page took 0.080216 seconds and 5 git commands to generate.