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/sf_tanh.c')
-rw-r--r--newlib/libm/mathfp/sf_tanh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_tanh.c b/newlib/libm/mathfp/sf_tanh.c
index 51806af45..7da600a9c 100644
--- a/newlib/libm/mathfp/sf_tanh.c
+++ b/newlib/libm/mathfp/sf_tanh.c
@@ -31,8 +31,7 @@ static const float q[] = { 0.6178299136,
0.25 };
float
-_DEFUN (tanhf, (float),
- float x)
+tanhf (float x)
{
float f, res, g, P, Q, R;