mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo in name.
2004-03-08 Richard Henderson <rth@redhat.com> * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo in name.
This commit is contained in:
parent
f29ad2a5cd
commit
8086069685
@ -1,3 +1,8 @@
|
||||
2004-03-08 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
|
||||
in name.
|
||||
|
||||
2004-03-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* config.h.in: Add entry for HAVE_LIBIDN.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user