summaryrefslogtreecommitdiff
path: root/libm/e_rem_pio2.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_rem_pio2.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_rem_pio2.c')
-rw-r--r--libm/e_rem_pio2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_rem_pio2.c b/libm/e_rem_pio2.c
index bdc4235b0..3bbcd0072 100644
--- a/libm/e_rem_pio2.c
+++ b/libm/e_rem_pio2.c
@@ -66,7 +66,7 @@ pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */
pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
-int32_t attribute_hidden __ieee754_rem_pio2(double x, double *y)
+int32_t __ieee754_rem_pio2(double x, double *y)
{
double z=0.0,w,t,r,fn;
double tx[3];