]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jun 2022 12:28:11 +0000 (05:28 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 12:28:11 +0000 (05:28 -0700)
(cherry picked from commit 70690c7233aaad4431660a64daef81b5220e2ac1)

Co-authored-by: Christian Heimes <christian@python.org>
Tools/wasm/config.site-wasm32-emscripten

index 33636648eaa52023662f6a35504f252578ec3ea0..6420edcf5416838c3ec4339e631495420f78c9a0 100644 (file)
@@ -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