浏览代码

Overseen 2 unhidden __ieee754_x

Peter S. Mazinger 20 年之前
父节点
当前提交
48dbf60618
共有 2 个文件被更改,包括 4 次插入4 次删除
  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
 {