* 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
+2011-11-07 Jonathan Wakely <jwakely.gcc@gmail.com>
+
+ PR libstdc++/50982
+ * include/std/mutex (__once_proxy): Use void parameter list to
+ work on implicit extern "C" systems.
+
2011-11-07 Xinliang David Li <davidxl@google.com>
* include/backward/hashtable.h: Make __stl_prime_list
__get_once_mutex();
#endif
- extern "C" void __once_proxy();
+ extern "C" void __once_proxy(void);
/// call_once
template<typename _Callable, typename... _Args>