| 1751 | } |
| 1752 | |
| 1753 | int __syscall_socket( |
| 1754 | int domain, int type, int protocol, int unused1, int unused2, int unused3) { |
| 1755 | return -ENOSYS; |
| 1756 | } |
| 1757 | |
| 1758 | int __syscall_listen( |
| 1759 | int sockfd, int backlog, int unused1, int unused2, int unused3, int unused4) { |
nothing calls this directly
no outgoing calls
no test coverage detected