(CLOCKS_PER_SEC): Make a long int constant since this is what clock_t is.

This commit is contained in:
Ulrich Drepper 2000-09-13 21:46:56 +00:00
parent 2747c0eab5
commit 2b5887d3e4

View file

@ -31,7 +31,7 @@
/* CAE XSH, Issue 4, Version 2: <time.h>
The value of CLOCKS_PER_SEC is required to be 1 million on all
XSI-conformant systems. */
# define CLOCKS_PER_SEC 1000000
# define CLOCKS_PER_SEC 1000000l
# ifndef __STRICT_ANSI__
/* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK