summaryrefslogtreecommitdiff
path: root/log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'log2.c')
-rw-r--r--log2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log2.c b/log2.c
index c98243d2c..358a5d703 100644
--- a/log2.c
+++ b/log2.c
@@ -27,7 +27,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
r=log2(a)=log(a)/log(2) */
int
-mpfr_log2 (mpfr_ptr r, mpfr_srcptr a, mp_rnd_t rnd_mode)
+mpfr_log2 (mpfr_ptr r, mpfr_srcptr a, mpfr_rnd_t rnd_mode)
{
int inexact;
MPFR_SAVE_EXPO_DECL (expo);