mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* old comment removed. closesocket is considered stable now.
git-svn-id: trunk@25198 -
This commit is contained in:
parent
9c68645784
commit
0c3f9d73c9
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user