aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/sf_fabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/sf_fabs.c')
-rw-r--r--newlib/libm/mathfp/sf_fabs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_fabs.c b/newlib/libm/mathfp/sf_fabs.c
index 2661eab..8ee93b1 100644
--- a/newlib/libm/mathfp/sf_fabs.c
+++ b/newlib/libm/mathfp/sf_fabs.c
@@ -18,8 +18,7 @@
#include "zmath.h"
float
-_DEFUN (fabsf, (float),
- float x)
+fabsf (float x)
{
switch (numtestf (x))
{