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_acosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/e_acosh.c') diff --git a/libm/e_acosh.c b/libm/e_acosh.c index 219b3d64e..8f509e3b6 100644 --- a/libm/e_acosh.c +++ b/libm/e_acosh.c @@ -30,7 +30,7 @@ static const double one = 1.0, ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ -double attribute_hidden __ieee754_acosh(double x) +double __ieee754_acosh(double x) { double t; int32_t hx; -- cgit v1.2.3