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_numtest.c')
-rw-r--r--newlib/libm/mathfp/sf_numtest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_numtest.c b/newlib/libm/mathfp/sf_numtest.c
index 00bab3a9d..1ad5862b1 100644
--- a/newlib/libm/mathfp/sf_numtest.c
+++ b/newlib/libm/mathfp/sf_numtest.c
@@ -23,8 +23,7 @@
#include "zmath.h"
int
-_DEFUN (numtestf, (float),
- float x)
+numtestf (float x)
{
__int32_t wx;
int exp;