summaryrefslogtreecommitdiff
path: root/com32/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/sys/times.h')
-rw-r--r--com32/include/sys/times.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/include/sys/times.h b/com32/include/sys/times.h
index 961c7b6d..90470063 100644
--- a/com32/include/sys/times.h
+++ b/com32/include/sys/times.h
@@ -11,10 +11,10 @@ struct tms {
/* Empty */
};
-#define HZ 18 /* Piddly resolution... */
+#define HZ 1000
#define CLK_TCK HZ
-typedef uint16_t clock_t;
+typedef uint32_t clock_t;
clock_t times(struct tms *);