Commit 28fe2ab3 by Jonathan Wakely Committed by Jonathan Wakely

re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error:…

re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error: 'atexit' is not a member of 'std')

	PR libstdc++/64161
	* src/c++11/condition_variable.cc: Include <cstdlib>.

From-SVN: r218300
parent 4d8820d6
2014-12-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64161
* src/c++11/condition_variable.cc: Include <cstdlib>.
2014-12-02 Jonathan Wakely <jwakely@redhat.com>
* config/abi/pre/gnu.ver: Add new exports.
......
......@@ -23,6 +23,7 @@
// <http://www.gnu.org/licenses/>.
#include <condition_variable>
#include <cstdlib>
#if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1)
......
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