]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libm/e_asin.c
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libm / e_asin.c
index fe5d15563525231e6edc9d0e7a6907f64ac80041..2801b323aefa91c10eec0662d0253f453bb72465 100644 (file)
@@ -60,7 +60,7 @@ qS2 =  2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
 qS4 =  7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */
 
-double attribute_hidden __ieee754_asin(double x)
+double __ieee754_asin(double x)
 {
        double t=0.0,w,p,q,c,r,s;
        int32_t hx,ix;