| 1779 | } |
| 1780 | |
| 1781 | int __syscall_shutdown(int sockfd, |
| 1782 | int how, |
| 1783 | int unused1, |
| 1784 | int unused2, |
| 1785 | int unused3, |
| 1786 | int unused4) { |
| 1787 | return -ENOSYS; |
| 1788 | } |
| 1789 | |
| 1790 | int __syscall_getsockname(int sockfd, |
| 1791 | struct sockaddr* addr, |
nothing calls this directly
no outgoing calls
no test coverage detected