diff options
Diffstat (limited to 'lib/msun/src/w_acoshf.c')
-rw-r--r-- | lib/msun/src/w_acoshf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/w_acoshf.c b/lib/msun/src/w_acoshf.c index 7ef602c..4b88284 100644 --- a/lib/msun/src/w_acoshf.c +++ b/lib/msun/src/w_acoshf.c @@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$"; #include "math.h" #include "math_private.h" - float acoshf(float x) /* wrapper acoshf */ +float +acoshf(float x) /* wrapper acoshf */ { #ifdef _IEEE_LIBM return __ieee754_acoshf(x); |