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_tan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/k_tan.c') diff --git a/libm/k_tan.c b/libm/k_tan.c index 720b51f6d..65cb4a6c4 100644 --- a/libm/k_tan.c +++ b/libm/k_tan.c @@ -66,7 +66,7 @@ T[] = { 2.59073051863633712884e-05, /* 0x3EFB2A70, 0x74BF7AD4 */ }; -double attribute_hidden __kernel_tan(double x, double y, int iy) +double __kernel_tan(double x, double y, int iy) { double z,r,v,w,s; int32_t ix,hx; -- cgit v1.2.3