aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-07 05:28:11 -0700
committerGitHub <noreply@github.com>2022-06-07 05:28:11 -0700
commit52032554aec353f5a3e95f11a64bf9410ee81d23 (patch)
tree27cff0ac5bcd2c450c0d3075068107194a78dafe /Tools
parentfaf0cf7ac6837e6d8578558cd805a063800bc040 (diff)
downloadcpython3-52032554aec353f5a3e95f11a64bf9410ee81d23.tar.gz
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
(cherry picked from commit 70690c7233aaad4431660a64daef81b5220e2ac1) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/wasm/config.site-wasm32-emscripten3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/wasm/config.site-wasm32-emscripten b/Tools/wasm/config.site-wasm32-emscripten
index 33636648ea..6420edcf54 100644
--- a/Tools/wasm/config.site-wasm32-emscripten
+++ b/Tools/wasm/config.site-wasm32-emscripten
@@ -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