testsuite: fix hs_try_putmvar002 for targets without pthread.h
hs_try_putmvar002 includes pthread.h and doesn't work on targets without this header (e.g. wasm32). It doesn't need to include this header at all. This was previously unnoticed by wasm CI, though recent toolchain upgrade brought in upstream changes that completely removes pthread.h in the single-threaded wasm32-wasi sysroot, therefore we need to handle that change.
Loading
-
mentioned in commit d0d8f3a7
-
mentioned in commit 07cd5b22
-
mentioned in commit f8b399b5
-
mentioned in commit 59ef642d
-
mentioned in commit f581edb0
-
mentioned in commit 4f59ffc5
-
mentioned in commit ab97fded
-
mentioned in commit 2f70a5ef
-
mentioned in commit 88ddfecb
-
mentioned in commit 69f149cd
-
mentioned in commit d8357bd3
-
mentioned in commit 785ae63c
-
mentioned in commit 5b7a9c66
-
mentioned in commit 9d894e8f
-
mentioned in commit bdd297f9
-
mentioned in commit ad5ab554
Please register or sign in to comment