aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-28 14:48:57 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-30 15:22:27 -0300
commit10614335d1237704a5496758185ad7eb4bd65287 (patch)
tree3c91fcef4ebe9f9f2a6c0a9c72b864325890b1a7 /ChangeLog
parentf264cca59380bca8f372bd09a8da7c9e1bbbf493 (diff)
downloadglibc-10614335d1237704a5496758185ad7eb4bd65287.tar
glibc-10614335d1237704a5496758185ad7eb4bd65287.tar.gz
glibc-10614335d1237704a5496758185ad7eb4bd65287.tar.bz2
glibc-10614335d1237704a5496758185ad7eb4bd65287.zip
Change return type in the declaration of __ieee754_rem_pio2l
The implementation of __ieee754_rem_pio2l in ldbl-128, ldbl-128ibm, and ldbl-96 return the type int32_t, whereas math_private.h declares it as returning int. This patch changes the declaration to match the declaration in thoses directories, as well as it changes the stub implementation in math/e_rem_pio2l.c, similarly. * math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type to int32_t. * sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l as returning int32_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaf7bb1b98..a4056e144c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-03-30 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+ * math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type
+ to int32_t.
+ * sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l
+ as returning int32_t.
+
+2017-03-30 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
* math/math.h: Include bits/math-finite.h once per
floating-point type.
* math/bits/math-finite.h: Macroize all declarations by