]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
authorChristian Heimes <christian@python.org>
Tue, 7 Jun 2022 12:04:27 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 12:04:27 +0000 (14:04 +0200)
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