Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Foo. ...
commit97dd6cf04c2dd62b7cdce2a96c8824b5f3e7280a
authorJay Krell <jaykrell@microsoft.com>
Wed, 11 Dec 2019 09:40:00 +0000 (11 01:40 -0800)
committerZoltan Varga <vargaz@gmail.com>
Wed, 11 Dec 2019 09:40:00 +0000 (11 10:40 +0100)
treed894e0b793b4cd4b23fd1f5c8d9d64eb39abbf96
parent93c18d6fd18ec771d99f9f2cb75a6453123a6f89
Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Foo. (#18017)

The first is to avoid requiring the signature matching in icall resolution.
The second is just to shorten names.
13 files changed:
configure.ac
mcs/class/System/System.Net.NetworkInformation/AixIPInterfaceProperties.cs
mcs/class/System/System.Net.NetworkInformation/MacOsIPInterfaceProperties.cs
mcs/class/System/System.Net.Sockets/SafeSocketHandle.cs
mcs/class/System/System.Net.Sockets/Socket.cs
mcs/class/System/System.Net/Dns.cs
mcs/class/referencesource/System/net/System/Net/SocketException.cs
mcs/class/referencesource/System/net/System/Net/Sockets/Socket.cs
mono/metadata/icall-decl.h
mono/metadata/icall-def.h
mono/metadata/mono-route.c
mono/metadata/w32socket.c
mono/metadata/w32socket.h