diff options
Diffstat (limited to 'newlib/libm/mathfp/s_fabs.c')
-rw-r--r-- | newlib/libm/mathfp/s_fabs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_fabs.c b/newlib/libm/mathfp/s_fabs.c index 3d6d838..10e89ef 100644 --- a/newlib/libm/mathfp/s_fabs.c +++ b/newlib/libm/mathfp/s_fabs.c @@ -51,8 +51,7 @@ PORTABILITY #ifndef _DOUBLE_IS_32BITS double -_DEFUN (fabs, (double), - double x) +fabs (double x) { switch (numtest (x)) { |