mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
This commit is contained in:
parent
1fc8bd3710
commit
a36235d5c7
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue