File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ ac_cv_func_socketpair=no
4545ac_cv_func_utimensat=no
4646ac_cv_func_sigaction=no
4747
48- # Untested syscalls in emscripten
48+ # Untested or failing syscalls in emscripten
4949ac_cv_func_openat=no
5050ac_cv_func_mkdirat=no
51+ ac_cv_func_faccessat=no
5152ac_cv_func_fchownat=no
5253ac_cv_func_renameat=no
5354ac_cv_func_linkat=no
@@ -71,5 +72,10 @@ ac_cv_header_sys_ioctl_h=no
7172# sockets are supported, but only in non-blocking mode
7273# ac_cv_header_sys_socket_h=no
7374
74- # Unsupported functionality
75- #undef HAVE_PTHREAD_H
75+ # aborts with bad ioctl
76+ ac_cv_func_openpty=no
77+ ac_cv_func_forkpty=no
78+
79+ # To use dlopen, you need to use Emscripten's linking support,
80+ # see https://github.com/emscripten-core/emscripten/wiki/Linking)
81+ ac_cv_func_dlopen=no
You can’t perform that action at this time.
0 commit comments