summaryrefslogtreecommitdiffstats
path: root/Tools/wasm
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-01-20 17:56:33 (GMT)
committerGitHub <noreply@github.com>2022-01-20 17:56:33 (GMT)
commitc02e860ee79f29905be6fca997c96bb1a404bb32 (patch)
treea4376cbc44b23a6eb5919fee929ae0a63cec1c36 /Tools/wasm
parentef3ef6fa43d5cca072eed2a66064e818de583be7 (diff)
downloadcpython-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-emscripten2
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