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_fmod.c')
-rw-r--r--newlib/libm/mathfp/sf_fmod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_fmod.c b/newlib/libm/mathfp/sf_fmod.c
index 611725409..5dec8a1c9 100644
--- a/newlib/libm/mathfp/sf_fmod.c
+++ b/newlib/libm/mathfp/sf_fmod.c
@@ -25,8 +25,7 @@
static const float one = 1.0, Zero[] = {0.0, -0.0,};
float
-_DEFUN (fmodf, (float, float),
- float x,
+fmodf (float x,
float y)
{
__int32_t n,hx,hy,hz,ix,iy,sx,i;