aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/machine/types.h
blob: ad8cc28c31bc8bf98c4b0e02aa85b60ed80ba61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef	_MACHTYPES_H_
#define	_MACHTYPES_H_

#define	_CLOCK_T_	unsigned long		/* clock() */
#define	_TIME_T_	long			/* time() */
#define _CLOCKID_T_ 	unsigned long
#define _TIMER_T_   	unsigned long


#endif	/* _MACHTYPES_H_ */