mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +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;
|
||||
pSockLen = ^socklen_t;
|
||||
|
||||
timeval = packed record
|
||||
timeval = record
|
||||
tv_sec,
|
||||
tv_usec:clong;
|
||||
end;
|
||||
ptimeval = ^timeval;
|
||||
TTimeVal = timeval;
|
||||
|
||||
timespec = packed record
|
||||
timespec = record
|
||||
tv_sec : time_t;
|
||||
tv_nsec : clong;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user