Skip to content

Commit 5203255

Browse files
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
(cherry picked from commit 70690c7) Co-authored-by: Christian Heimes <[email protected]>
1 parent faf0cf7 commit 5203255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/wasm/config.site-wasm32-emscripten

+3
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@ ac_cv_func_setresgid=no
8989
ac_cv_func_link=no
9090
ac_cv_func_linkat=no
9191

92+
# Emscripten's faccessat does not accept AT_* flags.
93+
ac_cv_func_faccessat=no
94+
9295
# alarm signal is not delivered, may need a callback into the event loop?
9396
ac_cv_func_alarm=no

0 commit comments

Comments
 (0)