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

Function __syscall_recvmsg

system/lib/wasmfs/syscalls.cpp:1835–1842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1833}
1834
1835int __syscall_recvmsg(int sockfd,
1836 struct msghdr* msg,
1837 int flags,
1838 int unused1,
1839 int unused2,
1840 int unused3) {
1841 return -ENOSYS;
1842}
1843
1844int __syscall_fadvise64(int fd, off_t offset, off_t len, int advice) {
1845 // Advice is currently ignored. TODO some backends might use it

Callers 1

libsyscall.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected