mirror of https://github.com/python/cpython
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
This commit is contained in:
parent
cdb73aefec
commit
70690c7233
|
@ -89,5 +89,8 @@ ac_cv_func_setresgid=no
|
|||
ac_cv_func_link=no
|
||||
ac_cv_func_linkat=no
|
||||
|
||||
# Emscripten's faccessat does not accept AT_* flags.
|
||||
ac_cv_func_faccessat=no
|
||||
|
||||
# alarm signal is not delivered, may need a callback into the event loop?
|
||||
ac_cv_func_alarm=no
|
||||
|
|
Loading…
Reference in New Issue