OSDN Git Service

ARC: Make vfork weak in libc
[uclinux-h8/uClibc.git] / libm / e_acos.c
index e64ac64..8d2c880 100644 (file)
@@ -52,7 +52,7 @@ qS2 =  2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
 qS4 =  7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */
 
-double attribute_hidden __ieee754_acos(double x)
+double __ieee754_acos(double x)
 {
        double z,p,q,r,w,s,c,df;
        int32_t hx,ix;