mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00
* tv_sec field of timeval is time_t (just for form, the actual type
is the same as clong which was the previous type) git-svn-id: trunk@6713 -
This commit is contained in:
parent
ded3e530e3
commit
37487d682e
@ -114,7 +114,7 @@ Type
|
||||
pSockLen = ^socklen_t;
|
||||
|
||||
timeval = packed record
|
||||
tv_sec,
|
||||
tv_sec:time_t;
|
||||
tv_usec:clong;
|
||||
end;
|
||||
ptimeval = ^timeval;
|
||||
|
Loading…
Reference in New Issue
Block a user