]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CLOCKS_PER_SEC): Make a long int constant since this is what clock_t is.
authorUlrich Drepper <drepper@redhat.com>
Wed, 13 Sep 2000 21:46:56 +0000 (21:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 13 Sep 2000 21:46:56 +0000 (21:46 +0000)
sysdeps/unix/sysv/linux/alpha/bits/time.h

index ed9382bda62780e9887005fad016eb5f4f4664de..a0eddbeecaaded3ee7af1e924f33b386ebdb9c1d 100644 (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