Commit 29357d8b by Paul Brook Committed by Paul Brook

concurrence.h: Still create mutex object when single-threaded.

	* include/bits/concurrence.h: Still create mutex object when
	single-threaded.

From-SVN: r83657
parent dba845ac
2004-06-25 Paul Brook <paul@codesourcery.com>
* include/bits/concurrence.h: Still create mutex object when
single-threaded.
2004-06-25 Paolo Carlini <pcarlini@suse.de> 2004-06-25 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algobase.h (fill, fill_n): Revert last * include/bits/stl_algobase.h (fill, fill_n): Revert last
......
...@@ -56,7 +56,7 @@ __gthread_mutex_lock(&NAME) ...@@ -56,7 +56,7 @@ __gthread_mutex_lock(&NAME)
#else #else
# define __glibcxx_mutex_define_initialized(NAME) # define __glibcxx_mutex_define_initialized(NAME) __gthread_mutex_t NAME
# define __glibcxx_mutex_lock(NAME) # define __glibcxx_mutex_lock(NAME)
# define __glibcxx_mutex_unlock(NAME) # define __glibcxx_mutex_unlock(NAME)
......
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