Re: [patch] libstdc++/68921 add timeout argument to futex(2)

2015-12-15 Thread Torvald Riegel
On Tue, 2015-12-15 at 18:46 +, Jonathan Wakely wrote: > This fixes a missing argument to the futex syscall. > > Tested powerpc64le-linux. This needs to be fixed for gcc-5 and trunk. > OK. Thanks!

[patch] libstdc++/68921 add timeout argument to futex(2)

2015-12-15 Thread Jonathan Wakely
This fixes a missing argument to the futex syscall. Tested powerpc64le-linux. This needs to be fixed for gcc-5 and trunk. commit ea5726fb770a1e89f6102c903f828ec6d71a1e3d Author: Jonathan Wakely Date: Tue Dec 15 18:34:52 2015 + libstdc++/68921 add timeout argument to futex(2)