Browse Source

* ptime_t

marco 23 years ago
parent
commit
954e27b3ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/freebsd/ptypes.inc

+ 1 - 0
rtl/freebsd/ptypes.inc

@@ -55,6 +55,7 @@ type
     clock_t  = culong;
 
     time_t   = clong;           { used for returning the time  }
+    ptime_t  = ^time_t;
     socklen_t= cuint32;
 
 CONST