Skip to content

Commit

Permalink
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
Browse files Browse the repository at this point in the history
(cherry picked from commit 70690c7)

Co-authored-by: Christian Heimes <christian@python.org>
  • Loading branch information
miss-islington and tiran authored Jun 7, 2022
1 parent faf0cf7 commit 5203255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/wasm/config.site-wasm32-emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5203255

Please sign in to comment.