summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/time.h')
-rw-r--r--winsup/mingw/include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h
index 53dd86a5f..2305842f2 100644
--- a/winsup/mingw/include/time.h
+++ b/winsup/mingw/include/time.h
@@ -45,7 +45,7 @@
* Number of clock ticks per second. A clock tick is the unit by which
* processor time is measured and is returned by 'clock'.
*/
-#define CLOCKS_PER_SEC 1000.0
+#define CLOCKS_PER_SEC 1000
#define CLK_TCK CLOCKS_PER_SEC