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

Function __syscall_socket

system/lib/wasmfs/syscalls.cpp:1753–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751}
1752
1753int __syscall_socket(
1754 int domain, int type, int protocol, int unused1, int unused2, int unused3) {
1755 return -ENOSYS;
1756}
1757
1758int __syscall_listen(
1759 int sockfd, int backlog, int unused1, int unused2, int unused3, int unused4) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected