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

Function __syscall_shutdown

system/lib/wasmfs/syscalls.cpp:1781–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779}
1780
1781int __syscall_shutdown(int sockfd,
1782 int how,
1783 int unused1,
1784 int unused2,
1785 int unused3,
1786 int unused4) {
1787 return -ENOSYS;
1788}
1789
1790int __syscall_getsockname(int sockfd,
1791 struct sockaddr* addr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected