From 70690c7233aaad4431660a64daef81b5220e2ac1 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 7 Jun 2022 14:04:27 +0200 Subject: [PATCH] =?UTF-8?q?gh-84461:=20Emscripten's=20faccessat()=20does?= =?UTF-8?q?=20not=20accept=20flags=20(GH=C3=9F92353)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tools/wasm/config.site-wasm32-emscripten | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/wasm/config.site-wasm32-emscripten b/Tools/wasm/config.site-wasm32-emscripten index 33636648eaa..6420edcf541 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