r213922 - in /trunk/libstdc++-v3: ChangeLog con...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Aug 13 18:40:00 GMT 2014
Author: redi
Date: Wed Aug 13 18:40:10 2014
New Revision: 213922
URL: https://gcc.gnu.org/viewcvs?rev=213922&root=gcc&view=rev
Log:
PR libstdc++/61841
* include/std/thread (thread::_M_start_thread): Declare new overload.
(thread::thread<_Callable, _Args...>): Call new overload with an
explicit reference to pthread_create.
* src/c++11/thread.cc (thread::_M_start_thread): Add new overload.
* config/abi/pre/gnu.ver: Export new function.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/abi/pre/gnu.ver
trunk/libstdc++-v3/include/std/thread
trunk/libstdc++-v3/src/c++11/thread.cc
More information about the Libstdc++-cvs
mailing list