MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __syscall_epoll_ctl

Function __syscall_epoll_ctl

system/lib/wasmfs/syscalls.cpp:1852–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850int __syscall_epoll_create1(int flags) { return -ENOSYS; }
1851
1852int __syscall_epoll_ctl(int epfd, int op, int fd, struct epoll_event* ev) {
1853 return -ENOSYS;
1854}
1855
1856int __syscall_epoll_pwait(int epfd,
1857 struct epoll_event* ev,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected