Skip to content

Commit

Permalink
Merge pull request #12 from fjtrujy/ee-v4.4.0
Browse files Browse the repository at this point in the history
Define properly _CLOCKS_PER_SEC
  • Loading branch information
fjtrujy authored Apr 6, 2024
2 parents e4f7576 + c547938 commit a07b068
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions newlib/libc/sys/ps2/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 a07b068

Please sign in to comment.