From b76e718f66ef93c6c998cb4096645101e028613e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 09:34:36 +0100 Subject: libm: remove superfluos attribute_hidden, the one in prototype is enough Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libm/e_atan2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/e_atan2.c') diff --git a/libm/e_atan2.c b/libm/e_atan2.c index eb9a70281..ef7ffa9f1 100644 --- a/libm/e_atan2.c +++ b/libm/e_atan2.c @@ -47,7 +47,7 @@ pi_o_2 = 1.5707963267948965580E+00, /* 0x3FF921FB, 0x54442D18 */ pi = 3.1415926535897931160E+00, /* 0x400921FB, 0x54442D18 */ pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ -double attribute_hidden __ieee754_atan2(double y, double x) +double __ieee754_atan2(double y, double x) { double z; int32_t k,m,hx,hy,ix,iy; -- cgit v1.2.3