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

Function __syscall_sendto

system/lib/wasmfs/syscalls.cpp:1808–1815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808int __syscall_sendto(int sockfd,
1809 const void* buf,
1810 size_t len,
1811 int flags,
1812 const struct sockaddr* addr,
1813 socklen_t alen) {
1814 return -ENOSYS;
1815}
1816
1817int __syscall_sendmsg(int sockfd,
1818 const struct msghdr* msg,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected