From: "Gabriel F. T. Gomes" <gftg@linux.vnet.ibm.com>
To: libc-alpha@sourceware.org
Subject: [COMMITTED] Remove duplicate inclusion of header math-svid-compat.h
Date: Tue, 22 Aug 2017 18:33:00 -0000 [thread overview]
Message-ID: <20170822183331.6823-1-gftg@linux.vnet.ibm.com> (raw)
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 | 7 +++++++
math/w_remainder_compat.c | 1 -
math/w_remainderf_compat.c | 1 -
math/w_remainderl_compat.c | 1 -
4 files changed, 7 insertions(+), 3 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>
diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c
index 27fa14f207..6bf5d1ff2e 100644
--- a/math/w_remainder_compat.c
+++ b/math/w_remainder_compat.c
@@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainder */
diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c
index 627b4f1de1..3ffefde83d 100644
--- a/math/w_remainderf_compat.c
+++ b/math/w_remainderf_compat.c
@@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainderf */
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c
index 985847598b..b01b0b1365 100644
--- a/math/w_remainderl_compat.c
+++ b/math/w_remainderl_compat.c
@@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainderl */
--
2.13.5
reply other threads:[~2017-08-22 18:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170822183331.6823-1-gftg@linux.vnet.ibm.com \
--to=gftg@linux.vnet.ibm.com \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).