diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/e_rem_pio2l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c index 03ac2ef..2ea873b 100644 --- a/math/e_rem_pio2l.c +++ b/math/e_rem_pio2l.c @@ -3,7 +3,7 @@ #include <errno.h> #include <math_private.h> -int +int32_t __ieee754_rem_pio2l (long double x, long double *y) { fputs ("__ieee754_rem_pio2l not implemented\n", stderr); |