OSDN Git Service

nptl: rephrase *.sym handling
[uclinux-h8/uClibc.git] / libm / e_sinh.c
index 972307e..a3dca9d 100644 (file)
@@ -32,7 +32,7 @@
 
 static const double one = 1.0, shuge = 1.0e307;
 
-double attribute_hidden __ieee754_sinh(double x)
+double __ieee754_sinh(double x)
 {
        double t,w,h;
        int32_t ix,jx;