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_acos.c')
-rw-r--r--newlib/libm/mathfp/s_acos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_acos.c b/newlib/libm/mathfp/s_acos.c
index d66a5cd26..d0318e1c7 100644
--- a/newlib/libm/mathfp/s_acos.c
+++ b/newlib/libm/mathfp/s_acos.c
@@ -75,8 +75,7 @@ MATHREF
#ifndef _DOUBLE_IS_32BITS
double
-_DEFUN (acos, (double),
- double x)
+acos (double x)
{
return (asine (x, 1));
}