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
  • Loading branch information
tiran authored Jun 7, 2022
1 parent cdb73ae commit 70690c7
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 70690c7

Please sign in to comment.