Re: [patch] fix libstdc++/59680

2014-03-11 Thread Jonathan Wakely
On 9 January 2014 23:39, Jonathan Wakely wrote: PR libstdc++/59680 * src/c++11/thread.cc (__sleep_for): Fix call to ::sleep. Tested x86_64-linux, and tested again with a hacked c++config.h to use ::sleep(), committed to trunk. Also backported to the 4.8 branch now. commit bdca

[patch] fix libstdc++/59680

2014-01-09 Thread Jonathan Wakely
PR libstdc++/59680 * src/c++11/thread.cc (__sleep_for): Fix call to ::sleep. Tested x86_64-linux, and tested again with a hacked c++config.h to use ::sleep(), committed to trunk. commit 3de5274663e0214b8c5335e99ef85f325f709840 Author: Jonathan Wakely Date: Thu Jan 9 14:33:20 201