We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0cf7 commit 5203255Copy full SHA for 5203255
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