diff options
Diffstat (limited to 'math/w_dreml.c')
-rw-r--r-- | math/w_dreml.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/w_dreml.c b/math/w_dreml.c index aa73eedc49..8d0139ac28 100644 --- a/math/w_dreml.c +++ b/math/w_dreml.c @@ -10,8 +10,7 @@ #include <math.h> long double -__dreml(x, y) - long double x, y; +__dreml (long double x, long double y) { return __remainderl(x, y); } |