mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 12:10:43 +01:00
* ptime_t
This commit is contained in:
parent
d657b168c7
commit
371f66818a
@ -97,6 +97,7 @@ Type
|
|||||||
pClock = ^clock_t;
|
pClock = ^clock_t;
|
||||||
TTime = time_t;
|
TTime = time_t;
|
||||||
pTime = ^time_t;
|
pTime = ^time_t;
|
||||||
|
ptime_t = ^time_t;
|
||||||
|
|
||||||
uid_t = cuint32; { used for user ID type }
|
uid_t = cuint32; { used for user ID type }
|
||||||
TUid = uid_t;
|
TUid = uid_t;
|
||||||
@ -131,7 +132,10 @@ CONST
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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 exported in baseunix
|
||||||
* fpnanosleep has pointer arguments to be C compliant
|
* fpnanosleep has pointer arguments to be C compliant
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user