mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 06:54:20 +02:00
* removed "packed" from a few OS interface records
git-svn-id: trunk@20658 -
This commit is contained in:
parent
a2de97f932
commit
431e494548
@ -145,14 +145,14 @@ Type
|
|||||||
TSockLen = socklen_t;
|
TSockLen = socklen_t;
|
||||||
pSockLen = ^socklen_t;
|
pSockLen = ^socklen_t;
|
||||||
|
|
||||||
timeval = packed record
|
timeval = record
|
||||||
tv_sec,
|
tv_sec,
|
||||||
tv_usec:clong;
|
tv_usec:clong;
|
||||||
end;
|
end;
|
||||||
ptimeval = ^timeval;
|
ptimeval = ^timeval;
|
||||||
TTimeVal = timeval;
|
TTimeVal = timeval;
|
||||||
|
|
||||||
timespec = packed record
|
timespec = record
|
||||||
tv_sec : time_t;
|
tv_sec : time_t;
|
||||||
tv_nsec : clong;
|
tv_nsec : clong;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user