summaryrefslogtreecommitdiff
path: root/libm/e_jn.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
commite4380762b35244c28a8feda5810c2f95f91f265c (patch)
treef79ec2d3f67125d1d5ee3ea98b2daad3f80f78c9 /libm/e_jn.c
parente2d30731f8ced0389894f5cd1e81f484c50b1c02 (diff)
Hide all __kernel_x and __ieee754_
Diffstat (limited to 'libm/e_jn.c')
-rw-r--r--libm/e_jn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libm/e_jn.c b/libm/e_jn.c
index 857c4a3f5..ac0013b8d 100644
--- a/libm/e_jn.c
+++ b/libm/e_jn.c
@@ -59,9 +59,9 @@ static double zero = 0.00000000000000000000e+00;
#endif
#ifdef __STDC__
- double __ieee754_jn(int n, double x)
+ double attribute_hidden __ieee754_jn(int n, double x)
#else
- double __ieee754_jn(n,x)
+ double attribute_hidden __ieee754_jn(n,x)
int n; double x;
#endif
{
@@ -219,9 +219,9 @@ static double zero = 0.00000000000000000000e+00;
}
#ifdef __STDC__
- double __ieee754_yn(int n, double x)
+ double attribute_hidden __ieee754_yn(int n, double x)
#else
- double __ieee754_yn(n,x)
+ double attribute_hidden __ieee754_yn(n,x)
int n; double x;
#endif
{