no more psx_test_wrap

psx_test_wrap removed in

  commit dca9b22261f4837b0c81640ca3aa5133b95e0999
  Author: Andrew G. Morgan <morgan@kernel.org>
  Date:   Thu Jul 9 19:58:26 2020 -0700

      Rewrite libpsx thread shutdown path to support musl.

      Addresses:

         https://bugzilla.kernel.org/show_bug.cgi?id=208477

      Removed the non-wrapping libpsx macro hacks. The API surface as such
      becomes a little smaller and I now have confidence that wrapping
      pthread_create using the linker options works with Go, gcc and musl
      compilers. I feel it is stable enough to call good to delete the
      workarounds.

Signed-off-by: Petr Ovtchenkov <ptr@void-ptr.info>
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2 files changed