diff options
author | Christian Heimes <christian@python.org> | 2022-01-20 17:56:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 17:56:33 (GMT) |
commit | c02e860ee79f29905be6fca997c96bb1a404bb32 (patch) | |
tree | a4376cbc44b23a6eb5919fee929ae0a63cec1c36 /Tools/wasm | |
parent | ef3ef6fa43d5cca072eed2a66064e818de583be7 (diff) | |
download | cpython-c02e860ee79f29905be6fca997c96bb1a404bb32.zip cpython-c02e860ee79f29905be6fca997c96bb1a404bb32.tar.gz cpython-c02e860ee79f29905be6fca997c96bb1a404bb32.tar.bz2 |
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Diffstat (limited to 'Tools/wasm')
-rw-r--r-- | Tools/wasm/config.site-wasm32-emscripten | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/wasm/config.site-wasm32-emscripten b/Tools/wasm/config.site-wasm32-emscripten index c15e4fc..413506b 100644 --- a/Tools/wasm/config.site-wasm32-emscripten +++ b/Tools/wasm/config.site-wasm32-emscripten @@ -58,12 +58,14 @@ ac_cv_func_fchmodat=no ac_cv_func_dup3=no # Syscalls not implemented in emscripten +# [Errno 52] Function not implemented ac_cv_func_preadv2=no ac_cv_func_preadv=no ac_cv_func_pwritev2=no ac_cv_func_pwritev=no ac_cv_func_pipe2=no ac_cv_func_nice=no +ac_cv_func_setitimer=no # Syscalls that resulted in a segfault ac_cv_func_utimensat=no |