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/k_sin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/k_sin.c') diff --git a/libm/k_sin.c b/libm/k_sin.c index 39a1bea91..b670be324 100644 --- a/libm/k_sin.c +++ b/libm/k_sin.c @@ -49,7 +49,7 @@ S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */ S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ -double attribute_hidden __kernel_sin(double x, double y, int iy) +double __kernel_sin(double x, double y, int iy) { double z,r,v; int32_t ix; -- cgit v1.2.3