Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_sincos.c')
-rw-r--r--newlib/libm/mathfp/s_sincos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_sincos.c b/newlib/libm/mathfp/s_sincos.c
index 8fc65ac20..8694dc64d 100644
--- a/newlib/libm/mathfp/s_sincos.c
+++ b/newlib/libm/mathfp/s_sincos.c
@@ -20,8 +20,7 @@
#ifndef _DOUBLE_IS_32BITS
void
-_DEFUN (sincos, (x, sinx, cosx),
- double x,
+sincos (double x,
double *sinx,
double *cosx)
{