4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-25 16:47:20 +08:00
2000-02-17 19:39:52 +00:00

11 lines
151 B
C

#ifndef _MACHTIME_H_
#define _MACHTIME_H_
#if defined(__arm__) || defined(__thumb__)
#define _CLOCKS_PER_SEC_ 100
#endif
#endif /* _MACHTIME_H_ */