summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/mutex
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-07 07:54:06 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-07 07:54:06 +0000
commitea1cf1e59afecedb283ec9e45b3a16640a4a8c94 (patch)
tree051d9dcdd5d1d9694ed7978b00ea77d12400731f /libstdc++-v3/include/std/mutex
parent4804df32e87edd688ce2ac46c50932dec1770113 (diff)
downloadppe42-gcc-ea1cf1e59afecedb283ec9e45b3a16640a4a8c94.tar.gz
ppe42-gcc-ea1cf1e59afecedb283ec9e45b3a16640a4a8c94.zip
PR libstdc++/50982
* include/std/mutex (__once_proxy): Use void parameter list to work on implicit extern "C" systems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/mutex')
-rw-r--r--libstdc++-v3/include/std/mutex2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/mutex b/libstdc++-v3/include/std/mutex
index 321a332e548..bc2675b2b68 100644
--- a/libstdc++-v3/include/std/mutex
+++ b/libstdc++-v3/include/std/mutex
@@ -796,7 +796,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
__get_once_mutex();
#endif
- extern "C" void __once_proxy();
+ extern "C" void __once_proxy(void);
/// call_once
template<typename _Callable, typename... _Args>
OpenPOWER on IntegriCloud