Skip to content

Commit 7ebb623

Browse files
committed
Define properly _CLOCKS_PER_SEC
1 parent 39d7065 commit 7ebb623

File tree

1 file changed

+6
-0
lines changed
  • newlib/libc/sys/ps2/machine

1 file changed

+6
-0
lines changed

newlib/libc/sys/ps2/machine/time.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef _MACHTIME_H_
2+
#define _MACHTIME_H_
3+
4+
#define _CLOCKS_PER_SEC_ 1000000
5+
6+
#endif /* _MACHTIME_H_ */

0 commit comments

Comments
 (0)