summaryrefslogtreecommitdiff
path: root/libm/e_gamma_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_gamma_r.c')
-rw-r--r--libm/e_gamma_r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_gamma_r.c b/libm/e_gamma_r.c
index 039eba49b..36b0d45d6 100644
--- a/libm/e_gamma_r.c
+++ b/libm/e_gamma_r.c
@@ -23,9 +23,9 @@
#ifdef __STDC__
//__private_extern__
- double __ieee754_gamma_r(double x, int *signgamp)
+ double attribute_hidden __ieee754_gamma_r(double x, int *signgamp)
#else
- double __ieee754_gamma_r(x,signgamp)
+ double attribute_hidden __ieee754_gamma_r(x,signgamp)
double x; int *signgamp;
#endif
{