Browse Source

Overseen 2 unhidden __ieee754_x

Peter S. Mazinger 19 years ago
parent
commit
48dbf60618
2 changed files with 4 additions and 4 deletions
  1. 2 2
      libm/e_gamma.c
  2. 2 2
      libm/e_lgamma.c

+ 2 - 2
libm/e_gamma.c

@@ -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
 {

+ 2 - 2
libm/e_lgamma.c

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