From: Benjamin Kosnik Date: Thu, 1 Jul 2004 15:30:36 +0000 (+0000) Subject: re PR libstdc++/16248 (recent concurrence.h chanes breaks mingw bootstrap) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f1ee5690d598876d3568b077342bd322a6fc530;p=gcc.git 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 --- 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