summaryrefslogtreecommitdiff
path: root/newlib/libc/include/machine/time.h
blob: 13857bfdebfedd9dcaf85435299c99b402b00797 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef	_MACHTIME_H_
#define	_MACHTIME_H_

#if defined(__arm__) || defined(__thumb__)
#define _CLOCKS_PER_SEC_ 100
#endif

#endif	/* _MACHTIME_H_ */