summaryrefslogtreecommitdiff
path: root/libm/k_tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/k_tan.c')
-rw-r--r--libm/k_tan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/k_tan.c b/libm/k_tan.c
index 8f7822a3d..5698db569 100644
--- a/libm/k_tan.c
+++ b/libm/k_tan.c
@@ -75,9 +75,9 @@ T[] = {
};
#ifdef __STDC__
- double __kernel_tan(double x, double y, int iy)
+ double attribute_hidden __kernel_tan(double x, double y, int iy)
#else
- double __kernel_tan(x, y, iy)
+ double attribute_hidden __kernel_tan(x, y, iy)
double x,y; int iy;
#endif
{