* old comment removed. closesocket is considered stable now.

git-svn-id: trunk@25198 -
This commit is contained in:
marco 2013-07-31 07:54:58 +00:00
parent 9c68645784
commit 0c3f9d73c9

View File

@ -180,7 +180,7 @@ function fpgetsockopt (s:cint; level:cint; optname:cint; optval:pointer; optle
function fpsetsockopt (s:cint; level:cint; optname:cint; optval:pointer; optlen : tsocklen):cint;
function fpsocketpair (d:cint; xtype:cint; protocol:cint; sv:pcint):cint;
Function CloseSocket(Sock:Longint):Longint; // vote is still out on this one
Function CloseSocket(Sock:Longint):Longint;
{Basic Socket Functions}
{$ifdef legacysocket}