mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* type aliases for improved compatibility
git-svn-id: trunk@5350 -
This commit is contained in:
parent
0a35861d2a
commit
d0b95a7841
@ -1026,11 +1026,15 @@ type
|
||||
fd_count : Word; // how many are SET?
|
||||
fd_array : array[0..FD_SETSIZE-1] of Longint; // an array of SOCKETs
|
||||
end;
|
||||
TFDSet = FD_Set;
|
||||
PFDSet = ^TFDSet;
|
||||
|
||||
timeval = record
|
||||
tv_sec : Longint; // Number of seconds
|
||||
tv_usec : Longint; // Number of microseconds
|
||||
end;
|
||||
TTimeVal = TimeVal;
|
||||
PTimeVal = ^TTimeVal;
|
||||
|
||||
{
|
||||
* ioctl & ip trace support
|
||||
|
Loading…
Reference in New Issue
Block a user