projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
967f132
)
* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
author
rth
<rth>
Mon, 8 Mar 2004 12:34:15 +0000
(12:34 +0000)
committer
rth
<rth>
Mon, 8 Mar 2004 12:34:15 +0000
(12:34 +0000)
in name.
ChangeLog
patch
|
blob
|
history
sysdeps/alpha/soft-fp/ots_cvtxt.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
c3d439f
..
10ed7b7
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/sysdeps/alpha/soft-fp/ots_cvtxt.c
b/sysdeps/alpha/soft-fp/ots_cvtxt.c
index
d1f8d2b
..
2629dd9
100644
(file)
--- 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);