1
#if !defined(_SIZE_T) && !defined(_SIZE_T_)
3
typedef pthread_size_t size_t;
8
typedef pthread_clock_t clock_t;
13
typedef pthread_time_t time_t;
16
#define CLOCKS_PER_SEC 1000000
19
#define CLK_TCK sysconf(3) /* clock ticks per second */
20
/* 3 is _SC_CLK_TCK */