[w32socket] Translate ELOOP and ENAMETOOLONG (#16039)
commitaea457cdb3ea8217ef702e8a521e732f6f3e3693
authorAleksey Kliger (λgeek) <alklig@microsoft.com>
Wed, 7 Aug 2019 13:42:39 +0000 (7 09:42 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 13:42:39 +0000 (7 09:42 -0400)
treedf7ab2c3fe96d13660af57a6ece68edaff5c2d02
parent10c5e6407ec5f3f691cd65b4fe6591e05cb224aa
[w32socket] Translate ELOOP and ENAMETOOLONG (#16039)

Translate to WSAELOOP and WSAENAMETOOLONG, respectively.

See https://docs.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2

Addresses part of https://github.com/mono/mono/issues/16024
mono/metadata/w32error.h
mono/metadata/w32socket-unix.c