We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c4928 + 3392d7f commit 9bfab03Copy full SHA for 9bfab03
components/libc/compilers/newlib/machine/time.h
@@ -0,0 +1,12 @@
1
+#ifndef _MACHTIME_H_
2
+#define _MACHTIME_H_
3
+
4
+#include <rtconfig.h>
5
+#define _CLOCKS_PER_SEC_ RT_TICK_PER_SECOND
6
7
+#ifdef __SPU__
8
+#include <sys/_timespec.h>
9
+int nanosleep (const struct timespec *, struct timespec *);
10
+#endif
11
12
+#endif /* _MACHTIME_H_ */
0 commit comments