| 1806 | } |
| 1807 | |
| 1808 | int __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 | |
| 1817 | int __syscall_sendmsg(int sockfd, |
| 1818 | const struct msghdr* msg, |
nothing calls this directly
no outgoing calls
no test coverage detected