aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-08-22 11:14:15 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-08-22 15:24:37 -0300
commit453a493d2b61b1eb3cadee544e6791dab45c167a (patch)
tree453436245402946d979cf1c368d053afa664f92c /ChangeLog
parentf2f048a533bd490013820a8037a3043c0737e216 (diff)
downloadglibc-453a493d2b61b1eb3cadee544e6791dab45c167a.tar
glibc-453a493d2b61b1eb3cadee544e6791dab45c167a.tar.gz
glibc-453a493d2b61b1eb3cadee544e6791dab45c167a.tar.bz2
glibc-453a493d2b61b1eb3cadee544e6791dab45c167a.zip
Remove duplicate inclusion of header math-svid-compat.h
The header math-svid-compat.h has been unintentionally included twice in the wrappers for the remainder functions. This patch removes the duplicate inclusions. * math/w_remainder_compat.c: Remove duplicate inclusion of math-svid-compat.h. * math/w_remainderf_compat.c: Likewise. * math/w_remainderl_compat.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9cde52638..64a0df86d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+ * math/w_remainder_compat.c: Remove duplicate inclusion of
+ math-svid-compat.h.
+ * math/w_remainderf_compat.c: Likewise.
+ * math/w_remainderl_compat.c: Likewise.
+
+2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
* sysdeps/powerpc/fpu/libm-test-ulps: Update.
2017-08-22 Joseph Myers <joseph@codesourcery.com>