mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +02:00
* Fixed the timeval
This commit is contained in:
parent
9a9ee075e5
commit
cae8881a92
@ -132,7 +132,7 @@ type
|
|||||||
TFDSet=fdset;
|
TFDSet=fdset;
|
||||||
|
|
||||||
timeval = packed record
|
timeval = packed record
|
||||||
sec,usec:int64;
|
sec,usec:longint;
|
||||||
end;
|
end;
|
||||||
ptimeval=^timeval;
|
ptimeval=^timeval;
|
||||||
TTimeVal=timeval;
|
TTimeVal=timeval;
|
||||||
@ -160,7 +160,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2000-10-26 23:00:12 peter
|
Revision 1.4 2001-01-20 16:42:49 marco
|
||||||
|
* Fixed the timeval
|
||||||
|
|
||||||
|
Revision 1.3 2000/10/26 23:00:12 peter
|
||||||
* fixes merges
|
* fixes merges
|
||||||
|
|
||||||
Revision 1.2 2000/09/18 13:42:35 marco
|
Revision 1.2 2000/09/18 13:42:35 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user