diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-02-27 22:51:27 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-02-27 22:51:27 +0100 |
commit | 1edc597109c98956da813c920f3c1ec2a62e5ab7 (patch) | |
tree | 7fe1fb5bcfdb5c181cd696b70fe608d6e3d1b5e1 | |
parent | dd7f23c827cc3dc48f106e515fc68a351306469d (diff) | |
download | gmp-1edc597109c98956da813c920f3c1ec2a62e5ab7.tar.gz |
Add a prototype.
-rw-r--r-- | tune/speed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/speed.h b/tune/speed.h index 309624f5d..5c1ef6f7a 100644 --- a/tune/speed.h +++ b/tune/speed.h @@ -309,6 +309,7 @@ double speed_cyclecounter_diff _PROTO ((const unsigned end[2], int gettimeofday_microseconds_p _PROTO ((void)); int getrusage_microseconds_p _PROTO ((void)); int cycles_works_p _PROTO ((void)); +long clk_tck _PROTO ((void)); int double_cmp_ptr _PROTO ((const double *p, const double *q)); void pentium_wbinvd _PROTO ((void)); |