summaryrefslogtreecommitdiff
path: root/uceil_exp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'uceil_exp2.c')
-rw-r--r--uceil_exp2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uceil_exp2.c b/uceil_exp2.c
index 231369f38..8003a5164 100644
--- a/uceil_exp2.c
+++ b/uceil_exp2.c
@@ -1,4 +1,4 @@
-/* _mpfr_ceil_exp2 - returns y >= 2^d
+/* __gmpfr_ceil_exp2 - returns y >= 2^d
Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
@@ -26,7 +26,7 @@ MA 02111-1307, USA. */
/* returns y >= 2^d, assuming that d <= 1024 */
double
-_mpfr_ceil_exp2 (double d)
+__gmpfr_ceil_exp2 (double d)
{
long exp;
union ieee_double_extract x;