Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb73ae commit 70690c7Copy full SHA for 70690c7
1 file changed
Tools/wasm/config.site-wasm32-emscripten
@@ -89,5 +89,8 @@ ac_cv_func_setresgid=no
89
ac_cv_func_link=no
90
ac_cv_func_linkat=no
91
92
+# Emscripten's faccessat does not accept AT_* flags.
93
+ac_cv_func_faccessat=no
94
+
95
# alarm signal is not delivered, may need a callback into the event loop?
96
ac_cv_func_alarm=no
0 commit comments