Skip to content
  • Cheng Shao's avatar
    2f70a5ef
    testsuite: fix hs_try_putmvar002 for targets without pthread.h · 2f70a5ef
    Cheng Shao authored
    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.
    
    (cherry picked from commit 2ce2a493)
    2f70a5ef
    testsuite: fix hs_try_putmvar002 for targets without pthread.h
    Cheng Shao authored
    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.
    
    (cherry picked from commit 2ce2a493)
Loading