about summary refs log tree commit diff
path: root/math/e_rem_pio2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_rem_pio2l.c')
-rw-r--r--math/e_rem_pio2l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c
index 03ac2efbc3..2ea873bbab 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);