diff options
Diffstat (limited to 'math/w_dremf.c')
-rw-r--r-- | math/w_dremf.c | 3 |
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); } |