From 2b5887d3e4e7e09d11e77a0b2f7a08e4ef686952 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 13 Sep 2000 21:46:56 +0000 Subject: [PATCH] (CLOCKS_PER_SEC): Make a long int constant since this is what clock_t is. --- sysdeps/unix/sysv/linux/alpha/bits/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/alpha/bits/time.h b/sysdeps/unix/sysv/linux/alpha/bits/time.h index ed9382b..a0eddbe 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/time.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/time.h @@ -31,7 +31,7 @@ /* CAE XSH, Issue 4, Version 2: 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 -- 2.7.4