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

Function __syscall_epoll_pwait

system/lib/wasmfs/syscalls.cpp:1856–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856int __syscall_epoll_pwait(int epfd,
1857 struct epoll_event* ev,
1858 int maxevents,
1859 int timeout,
1860 const sigset_t* sigmask,
1861 size_t sigsetsize) {
1862 return -ENOSYS;
1863}
1864
1865} // extern "C"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected