dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC/include/sys types.h,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC/include/sys types.h,1.3,1.4
Date: Sun, 16 Feb 2003 22:24:46 -0500

Update of /cvsroot/dotgnu-pnet/pnetC/include/sys
In directory subversions:/tmp/cvs-serv2164/include/sys

Modified Files:
        types.h 
Log Message:


Implement some of the ANSI C time routines.


Index: types.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/include/sys/types.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** types.h     17 Aug 2002 02:56:40 -0000      1.3
--- types.h     17 Feb 2003 03:24:44 -0000      1.4
***************
*** 51,54 ****
--- 51,55 ----
  typedef int64_t             __blkcnt_t, blkcnt_t, __blkcnt64_t, blkcnt64_t;
  typedef long                __clock_t;
+ typedef int                 __clockid_t;
  typedef uint32_t            __dev_t, dev_t, udev_t;
  typedef uint64_t            __fsblkcnt_t, fsblkcnt_t;
***************
*** 128,131 ****
--- 129,136 ----
  typedef __clock_t   clock_t;
  #define clock_t     clock_t
+ #endif
+ #ifndef clockid_t
+ typedef __clockid_t clockid_t;
+ #define clockid_t   clockid_t
  #endif
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]