summaryrefslogtreecommitdiff
path: root/sqrt_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'sqrt_ui.c')
-rw-r--r--sqrt_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqrt_ui.c b/sqrt_ui.c
index 5f6ba77be..97fc76d26 100644
--- a/sqrt_ui.c
+++ b/sqrt_ui.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
int
-mpfr_sqrt_ui (mpfr_ptr r, unsigned long u, mp_rnd_t rnd_mode)
+mpfr_sqrt_ui (mpfr_ptr r, unsigned long u, mpfr_rnd_t rnd_mode)
{
if (u)
{