gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)

This commit is contained in:
Christian Heimes 2022-09-11 10:10:00 +02:00 committed by GitHub
parent 1fc8bd3710
commit a36235d5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View file

@ -49,6 +49,10 @@ ac_cv_func_geteuid=no
ac_cv_func_getegid=no
ac_cv_func_seteuid=no
ac_cv_func_setegid=no
ac_cv_func_getresuid=no
ac_cv_func_getresgid=no
ac_cv_func_setresuid=no
ac_cv_func_setresgid=no
# Syscalls not implemented in emscripten
# [Errno 52] Function not implemented