Subversion Repositories tendra.SVN

Rev

Rev 72 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 73
Line 17... Line 17...
17
 
17
 
18
 
18
 
19
typedef unsigned long clock_t;
19
typedef unsigned long clock_t;
20
typedef unsigned long time_t;
20
typedef unsigned long time_t;
21
 
21
 
-
 
22
/*
-
 
23
 * Frequency of the clock ticks reported by times().  Deprecated - use
-
 
24
 * sysconf(_SC_CLK_TCK) instead.  (Removed in 1003.1-2001.)
-
 
25
 */
-
 
26
#define	CLK_TCK		128
22
 
27