From patchwork Tue Aug 22 18:33:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel F T Gomes X-Patchwork-Id: 22320 Received: (qmail 13704 invoked by alias); 22 Aug 2017 18:33:37 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 12923 invoked by uid 89); 22 Aug 2017 18:33:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, URIBL_RED autolearn=ham version=3.3.2 spammy=unintentionally X-HELO: mx0a-001b2d01.pphosted.com From: "Gabriel F. T. Gomes" To: libc-alpha@sourceware.org Subject: [COMMITTED] Remove duplicate inclusion of header math-svid-compat.h Date: Tue, 22 Aug 2017 15:33:31 -0300 X-TM-AS-GCONF: 00 x-cbid: 17082218-0024-0000-0000-000017154A9A X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007592; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000223; SDB=6.00906114; UDB=6.00454122; IPR=6.00686316; BA=6.00005550; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016814; XFM=3.00000015; UTC=2017-08-22 18:33:33 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082218-0025-0000-0000-00004C6A44CB Message-Id: <20170822183331.6823-1-gftg@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-08-22_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708220283 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 + * 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 + * sysdeps/powerpc/fpu/libm-test-ulps: Update. 2017-08-22 Joseph Myers 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 #include #include -#include /* 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 #include #include -#include /* 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 #include #include -#include /* wrapper remainderl */