commit | 89aca4753eb451a48f65a12b02640365dba3d4ea | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyrilbur@gmail.com> | Tue Jul 04 11:21:15 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Oct 13 19:41:56 2017 +1100 |
tree | 3804871858d88e3c99d3209a2cf59440549c9bde | |
parent | 8f6a90421c7637984fb352da079fb13172176bfd [diff] |
selftests/powerpc: context_switch: Fix pthread errors Turns out pthreads returns an errno and doesn't set errno. This doesn't play well with perror(). Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>