summaryrefslogtreecommitdiff
path: root/libm/e_j0.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-16 09:34:36 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:25 +0200
commitb76e718f66ef93c6c998cb4096645101e028613e (patch)
tree0fb540a548040e5bee1002c25628d210835d979f /libm/e_j0.c
parentc61c6d9880739d65e655d1e8b4b491a4010e49c9 (diff)
libm: remove superfluos attribute_hidden, the one in prototype is enough
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/e_j0.c')
-rw-r--r--libm/e_j0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_j0.c b/libm/e_j0.c
index ea37460c0..ac2e0eae9 100644
--- a/libm/e_j0.c
+++ b/libm/e_j0.c
@@ -76,7 +76,7 @@ S04 = 1.16614003333790000205e-09; /* 0x3E1408BC, 0xF4745D8F */
static const double zero = 0.0;
-double attribute_hidden __ieee754_j0(double x)
+double __ieee754_j0(double x)
{
double z, s,c,ss,cc,r,u,v;
int32_t hx,ix;
@@ -153,7 +153,7 @@ v02 = 7.60068627350353253702e-05, /* 0x3F13ECBB, 0xF578C6C1 */
v03 = 2.59150851840457805467e-07, /* 0x3E91642D, 0x7FF202FD */
v04 = 4.41110311332675467403e-10; /* 0x3DFE5018, 0x3BD6D9EF */
-double attribute_hidden __ieee754_y0(double x)
+double __ieee754_y0(double x)
{
double z, s,c,ss,cc,u,v;
int32_t hx,ix,lx;