]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove duplicate inclusion of header math-svid-compat.h
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 22 Aug 2017 14:14:15 +0000 (11:14 -0300)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 22 Aug 2017 18:24:37 +0000 (15:24 -0300)
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.

ChangeLog
math/w_remainder_compat.c
math/w_remainderf_compat.c
math/w_remainderl_compat.c

index d9cde5263826edc2d8391f5bd7189e1db92aa1a5..64a0df86d0abb35b574c89926115caf20046af90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 27fa14f207821ce3ee41e9cb28312493fd60a758..6bf5d1ff2e7898e8d8a9b95632aa61e3a3ed3d91 100644 (file)
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainder */
index 627b4f1de148ea359ad18bc66ed29e9c998faefd..3ffefde83d5b5fbe2e5f7c777f505e4d275c244b 100644 (file)
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainderf */
index 985847598be7d59f833189b07915b78310d8ddbf..b01b0b1365301c7dea65f8376fa36a3de7ebc818 100644 (file)
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainderl */