From 7f1ee5690d598876d3568b077342bd322a6fc530 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 1 Jul 2004 15:30:36 +0000 Subject: [PATCH] re PR libstdc++/16248 (recent concurrence.h chanes breaks mingw bootstrap) 2004-07-01 Benjamin Kosnik Per Bothner Mohan Embar PR libstdc++/16248 * include/bits/concurrence.h (__glibcxx_mutex_type): New. (__glibcxx_mutex): Encapsulate mutex init function into type for threaded configurations without __GTHREAD_MUTEX_INIT. (lock::lock): Make device member a reference. (lock::~lock): Same. * include/ext/pool_allocator.h (__pool_base::_M_get_mutex): Change to mutex_type. * src/allocator.cc: Same. From-SVN: r83988 --- libstdc++-v3/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b645080172b..6d2eed8a5e5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,5 @@ 2004-07-01 Benjamin Kosnik - Per Bothner + Per Bothner Mohan Embar PR libstdc++/16248 -- 2.30.2