mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-17 06:00:08 +00:00
(CLOCKS_PER_SEC): Make a long int constant since this is what clock_t is.
This commit is contained in:
parent
2747c0eab5
commit
2b5887d3e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user