aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/sf_cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/sf_cos.c')
-rw-r--r--newlib/libm/mathfp/sf_cos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_cos.c b/newlib/libm/mathfp/sf_cos.c
index 057663e..34b7dfd 100644
--- a/newlib/libm/mathfp/sf_cos.c
+++ b/newlib/libm/mathfp/sf_cos.c
@@ -18,8 +18,7 @@
#include "zmath.h"
float
-_DEFUN (cosf, (float),
- float x)
+cosf (float x)
{
return (sinef (x, 1));
}