summaryrefslogtreecommitdiff
path: root/math/w_dremf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_dremf.c')
-rw-r--r--math/w_dremf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/w_dremf.c b/math/w_dremf.c
index 0e25ef8ccf..c5e7c63af5 100644
--- a/math/w_dremf.c
+++ b/math/w_dremf.c
@@ -9,8 +9,7 @@
#include <math_private.h>
float
-__dremf(x, y)
- float x, y;
+__dremf (float x, float y)
{
return __remainderf(x, y);
}