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_acos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/e_acos.c') diff --git a/libm/e_acos.c b/libm/e_acos.c index e64ac6485..8d2c880ac 100644 --- a/libm/e_acos.c +++ b/libm/e_acos.c @@ -52,7 +52,7 @@ qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ -double attribute_hidden __ieee754_acos(double x) +double __ieee754_acos(double x) { double z,p,q,r,w,s,c,df; int32_t hx,ix; -- cgit v1.2.3