summaryrefslogtreecommitdiff
path: root/libm/e_j1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_j1.c')
-rw-r--r--libm/e_j1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libm/e_j1.c b/libm/e_j1.c
index e57049e84..370f0f0a1 100644
--- a/libm/e_j1.c
+++ b/libm/e_j1.c
@@ -95,9 +95,9 @@ static double zero = 0.0;
#endif
#ifdef __STDC__
- double __ieee754_j1(double x)
+ double attribute_hidden __ieee754_j1(double x)
#else
- double __ieee754_j1(x)
+ double attribute_hidden __ieee754_j1(x)
double x;
#endif
{
@@ -164,9 +164,9 @@ static double V0[5] = {
};
#ifdef __STDC__
- double __ieee754_y1(double x)
+ double attribute_hidden __ieee754_y1(double x)
#else
- double __ieee754_y1(x)
+ double attribute_hidden __ieee754_y1(x)
double x;
#endif
{