On 26/11/20 17:10 +0000, Jonathan Wakely wrote: >On 26/11/20 16:25 +0000, Jonathan Wakely wrote: >>+# Return 1 if futex syscall is available >>+proc check_effective_target_gthreads { } { >>+ return [check_v3_target_gthreads_timed] > >Oops, I've just noticed the comment is wrong and this calls the wrong >proc. It should be check_v3_target_gthreads not >check_v3_target_gthreads_timed. > >I'm in the process of refactoring it anyway so will fix it. The refactoring is gling slowly, so here the fix. Tested powerpc64le-linux. Committed to trunk.