mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 02:59:13 +02:00
* unix sockets now also exports tsocklen, like windows one
git-svn-id: trunk@13276 -
This commit is contained in:
parent
64966ccae1
commit
a862d93652
@ -25,6 +25,9 @@ Uses baseunix,UnixType;
|
||||
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
|
||||
{$endif}
|
||||
|
||||
Type
|
||||
TSockLen = BaseUnix.TSocklen;
|
||||
|
||||
{$i unxsockh.inc}
|
||||
{$i socketsh.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user