mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
WASI does not have the ``chmod(2)`` syscall yet.
This commit is contained in:
parent
56b5daf159
commit
22fed605e0
20 changed files with 81 additions and 5 deletions
|
@ -35,6 +35,11 @@ ac_cv_func_fdopendir=no
|
|||
# WASIX stubs we don't want to use.
|
||||
ac_cv_func_kill=no
|
||||
|
||||
# WASI SDK 15.0 does not have chmod.
|
||||
# Ignore WASIX stubs for now.
|
||||
ac_cv_func_chmod=no
|
||||
ac_cv_func_fchmod=no
|
||||
|
||||
# WASI sockets are limited to operations on given socket fd and inet sockets.
|
||||
# Disable AF_UNIX and AF_PACKET support, see socketmodule.h.
|
||||
ac_cv_header_sys_un_h=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue