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
45
45
ac_cv_func_utimensat=no
46
46
ac_cv_func_sigaction=no
47
47
48
- # Untested syscalls in emscripten
48
+ # Untested or failing syscalls in emscripten
49
49
ac_cv_func_openat=no
50
50
ac_cv_func_mkdirat=no
51
+ ac_cv_func_faccessat=no
51
52
ac_cv_func_fchownat=no
52
53
ac_cv_func_renameat=no
53
54
ac_cv_func_linkat=no
@@ -71,5 +72,10 @@ ac_cv_header_sys_ioctl_h=no
71
72
# sockets are supported, but only in non-blocking mode
72
73
# ac_cv_header_sys_socket_h=no
73
74
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