gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)

This commit is contained in:
Christian Heimes 2022-06-07 14:04:27 +02:00 committed by GitHub
parent cdb73aefec
commit 70690c7233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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