summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_asinhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_asinhf.c')
-rw-r--r--lib/msun/src/s_asinhf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c
index 9def250..6dcfc5b 100644
--- a/lib/msun/src/s_asinhf.c
+++ b/lib/msun/src/s_asinhf.c
@@ -25,7 +25,8 @@ one = 1.0000000000e+00, /* 0x3F800000 */
ln2 = 6.9314718246e-01, /* 0x3f317218 */
huge= 1.0000000000e+30;
- float asinhf(float x)
+float
+asinhf(float x)
{
float t,w;
int32_t hx,ix;
OpenPOWER on IntegriCloud