diff options
Diffstat (limited to 'system/include/libc/machine/time.h')
-rw-r--r-- | system/include/libc/machine/time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/include/libc/machine/time.h b/system/include/libc/machine/time.h index a296857d..54de2700 100644 --- a/system/include/libc/machine/time.h +++ b/system/include/libc/machine/time.h @@ -2,10 +2,10 @@ #define _MACHTIME_H_ #if defined(__rtems__) -#define _CLOCKS_PER_SEC_ sysconf(_SC_CLK_TCK) +/* XXX Emscripten #define _CLOCKS_PER_SEC_ sysconf(_SC_CLK_TCK) */ #else /* !__rtems__ */ #if defined(__arm__) || defined(__thumb__) -#define _CLOCKS_PER_SEC_ 100 +/* XXX Emscripten #define _CLOCKS_PER_SEC_ 100 */ #endif #endif /* !__rtems__ */ |