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.
1 parent 0d46c46 commit 7e4edf9Copy full SHA for 7e4edf9
libc/include/llvm-libc-macros/time-macros.h
@@ -7,6 +7,8 @@
7
#include "linux/time-macros.h"
8
#elif defined(__ELF__)
9
#include "baremetal/time-macros.h"
10
+#else
11
+#define CLOCKS_PER_SEC 1000000
12
#endif
13
14
#define CLK_TCK CLOCKS_PER_SEC
0 commit comments