mirror of git://sourceware.org/git/glibc.git
* 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>
|
2004-03-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* config.h.in: Add entry for HAVE_LIBIDN.
|
* config.h.in: Add entry for HAVE_LIBIDN.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "double.h"
|
#include "double.h"
|
||||||
|
|
||||||
double
|
double
|
||||||
_Ots_ConvertFloatXT (long al, long ah, long _round)
|
_OtsConvertFloatXT (long al, long ah, long _round)
|
||||||
{
|
{
|
||||||
FP_DECL_EX;
|
FP_DECL_EX;
|
||||||
FP_DECL_Q(A);
|
FP_DECL_Q(A);
|
||||||
|
|
Loading…
Reference in New Issue