mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
This commit is contained in:
parent
ef3ef6fa43
commit
c02e860ee7
9 changed files with 34 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue