| ... | @@ -3982,7 +3982,7 @@ pub fn connect(sock: socket_t, sock_addr: *const sockaddr, len: socklen_t) Conne | ... | @@ -3982,7 +3982,7 @@ pub fn connect(sock: socket_t, sock_addr: *const sockaddr, len: socklen_t) Conne |
| 3982 | .WSAEINVAL => unreachable, | 3982 | .WSAEINVAL => unreachable, |
| 3983 | .WSAEISCONN => unreachable, | 3983 | .WSAEISCONN => unreachable, |
| 3984 | .WSAENOTSOCK => unreachable, | 3984 | .WSAENOTSOCK => unreachable, |
| 3985 | .WSAEWOULDBLOCK => unreachable, | 3985 | .WSAEWOULDBLOCK => return error.WouldBlock, |
| 3986 | .WSAEACCES => unreachable, | 3986 | .WSAEACCES => unreachable, |
| 3987 | .WSAENOBUFS => return error.SystemResources, | 3987 | .WSAENOBUFS => return error.SystemResources, |
| 3988 | .WSAEAFNOSUPPORT => return error.AddressFamilyNotSupported, | 3988 | .WSAEAFNOSUPPORT => return error.AddressFamilyNotSupported, |