Skip to content

Commit 5c66414

Browse files
authored
bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)
Co-authored-by: [email protected]
1 parent 0ea2ef5 commit 5c66414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/config.site-wasm32-emscripten

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ac_cv_lib_bz2_BZ2_bzCompress=no
3333
# The rest is based on pyodide
3434
# https://github.com/pyodide/pyodide/blob/main/cpython/pyconfig.undefs.h
3535

36-
ac_cv_func_epoll=no
36+
ac_cv_func_epoll_create=no
3737
ac_cv_func_epoll_create1=no
3838
ac_cv_header_linux_vm_sockets_h=no
3939
ac_cv_func_socketpair=no

0 commit comments

Comments
 (0)