* type aliases for improved compatibility

git-svn-id: trunk@5350 -
This commit is contained in:
Tomas Hajny 2006-11-12 23:38:47 +00:00
parent 0a35861d2a
commit d0b95a7841

View File

@ -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