Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mythread.h: Disable signal functions in builds targeting Wasm + WASI.
signal.h in WASI SDK doesn't currently provide sigprocmask() or sigset_t. liblzma doesn't need them so this change makes liblzma and xzdec build against WASI SDK. xz doesn't build yet and the tests don't either as tuktest needs setjmp() which isn't (yet?) implemented in WASI SDK. Closes: #57 See also: #56 (The original commit was edited a little by Lasse Collin.)
- Loading branch information