mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* Removed ifdef arround getepoch.
This commit is contained in:
parent
60d2ddbbd5
commit
4c315e6db0
@ -190,9 +190,7 @@ function GetTimezoneFile:string;
|
||||
|
||||
Procedure GetTimeOfDay(var tv:timeval);
|
||||
Function GetTimeOfDay:longint;
|
||||
{$ifndef bsd}
|
||||
Function GetEpochTime: longint;
|
||||
{$endif}
|
||||
Procedure EpochToLocal(epoch:longint;var year,month,day,hour,minute,second:Word);
|
||||
Function LocalToEpoch(year,month,day,hour,minute,second:Word):Longint;
|
||||
procedure GetTime(var hour,min,sec,msec,usec:word);
|
||||
@ -3049,7 +3047,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.19 2001-12-26 21:03:57 peter
|
||||
Revision 1.20 2002-01-02 12:22:54 marco
|
||||
* Removed ifdef arround getepoch.
|
||||
|
||||
Revision 1.19 2001/12/26 21:03:57 peter
|
||||
* merged fixes from 1.0.x
|
||||
|
||||
Revision 1.18 2001/11/30 07:16:41 marco
|
||||
|
@ -189,9 +189,7 @@ function GetTimezoneFile:string;
|
||||
|
||||
Procedure GetTimeOfDay(var tv:timeval);
|
||||
Function GetTimeOfDay:longint;
|
||||
{$ifndef bsd}
|
||||
Function GetEpochTime: longint;
|
||||
{$endif}
|
||||
Procedure EpochToLocal(epoch:longint;var year,month,day,hour,minute,second:Word);
|
||||
Function LocalToEpoch(year,month,day,hour,minute,second:Word):Longint;
|
||||
procedure GetTime(var hour,min,sec,msec,usec:word);
|
||||
@ -3074,7 +3072,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 2001-12-26 21:03:57 peter
|
||||
Revision 1.21 2002-01-02 12:22:54 marco
|
||||
* Removed ifdef arround getepoch.
|
||||
|
||||
Revision 1.20 2001/12/26 21:03:57 peter
|
||||
* merged fixes from 1.0.x
|
||||
|
||||
Revision 1.19 2001/11/30 07:16:42 marco
|
||||
|
Loading…
Reference in New Issue
Block a user