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

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

#endif	/* _MACHTYPES_H_ */