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