diff options
Diffstat (limited to 'libm/e_sinh.c')
-rw-r--r-- | libm/e_sinh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_sinh.c b/libm/e_sinh.c index 972307e6f..a3dca9ded 100644 --- a/libm/e_sinh.c +++ b/libm/e_sinh.c @@ -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; |