@@ -24,9 +24,9 @@ extern int signgam;
#ifdef __STDC__
//__private_extern__
- double __ieee754_gamma(double x)
+ double attribute_hidden __ieee754_gamma(double x)
#else
- double __ieee754_gamma(x)
+ double attribute_hidden __ieee754_gamma(x)
double x;
#endif
{
- double __ieee754_lgamma(double x)
+ double attribute_hidden __ieee754_lgamma(double x)
- double __ieee754_lgamma(x)
+ double attribute_hidden __ieee754_lgamma(x)