mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* ptime_t
This commit is contained in:
parent
d657b168c7
commit
371f66818a
@ -97,6 +97,7 @@ Type
|
||||
pClock = ^clock_t;
|
||||
TTime = time_t;
|
||||
pTime = ^time_t;
|
||||
ptime_t = ^time_t;
|
||||
|
||||
uid_t = cuint32; { used for user ID type }
|
||||
TUid = uid_t;
|
||||
@ -131,7 +132,10 @@ CONST
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2003-09-27 13:45:58 peter
|
||||
Revision 1.6 2003-12-30 12:46:40 marco
|
||||
* ptime_t
|
||||
|
||||
Revision 1.5 2003/09/27 13:45:58 peter
|
||||
* fpnanosleep exported in baseunix
|
||||
* fpnanosleep has pointer arguments to be C compliant
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user