aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/s_sin.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_sin.c')
-rw-r--r--newlib/libm/mathfp/s_sin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_sin.c b/newlib/libm/mathfp/s_sin.c
index 2051304..c394f85 100644
--- a/newlib/libm/mathfp/s_sin.c
+++ b/newlib/libm/mathfp/s_sin.c
@@ -20,8 +20,7 @@
#ifndef _DOUBLE_IS_32BITS
double
-_DEFUN (sin, (double),
- double x)
+sin (double x)
{
return (sine (x, 0));
}