Skip to content

Commit

Permalink
Fixing CLOCK_PER_SECOND
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Apr 20, 2024
1 parent b8e1eb3 commit 2f49416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions newlib/libc/machine/mips/machine/time.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef _MACHTIME_H_
#define _MACHTIME_H_

#define _CLOCKS_PER_SEC_ 1000000

#endif /* _MACHTIME_H_ */

0 comments on commit 2f49416

Please sign in to comment.