Parcourir la source

Overseen 2 unhidden __ieee754_x

Peter S. Mazinger il y a 20 ans
Parent
commit
48dbf60618
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  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
 {