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

Function __syscall_accept4

system/lib/wasmfs/syscalls.cpp:1726–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724// Stubs (at least for now)
1725
1726int __syscall_accept4(int sockfd,
1727 struct sockaddr* addr,
1728 socklen_t* len,
1729 int flags,
1730 int unused1,
1731 int unused2) {
1732 return -ENOSYS;
1733}
1734
1735int __syscall_bind(int sockfd,
1736 const struct sockaddr* addr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected