diff options
Diffstat (limited to 'sysdeps/alpha/soft-fp/ots_cvtxt.c')
-rw-r--r-- | sysdeps/alpha/soft-fp/ots_cvtxt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/soft-fp/ots_cvtxt.c b/sysdeps/alpha/soft-fp/ots_cvtxt.c index d1f8d2b945..2629dd9e40 100644 --- a/sysdeps/alpha/soft-fp/ots_cvtxt.c +++ b/sysdeps/alpha/soft-fp/ots_cvtxt.c @@ -23,7 +23,7 @@ #include "double.h" double -_Ots_ConvertFloatXT (long al, long ah, long _round) +_OtsConvertFloatXT (long al, long ah, long _round) { FP_DECL_EX; FP_DECL_Q(A); |