bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)

Co-authored-by: nick.pope@infogrid.io
This commit is contained in:
Ethan Smith 2022-01-09 02:58:59 -08:00 committed by GitHub
parent 0ea2ef5fa8
commit 5c66414b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ac_cv_lib_bz2_BZ2_bzCompress=no
# The rest is based on pyodide
# https://github.com/pyodide/pyodide/blob/main/cpython/pyconfig.undefs.h
ac_cv_func_epoll=no
ac_cv_func_epoll_create=no
ac_cv_func_epoll_create1=no
ac_cv_header_linux_vm_sockets_h=no
ac_cv_func_socketpair=no