* ptime_t

This commit is contained in:
marco 2003-12-30 12:46:40 +00:00
parent d657b168c7
commit 371f66818a

View File

@ -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