Movatterモバイル変換


[0]ホーム

URL:


This is the mail archive of thelibc-alpha@sourceware.orgmailing list for theglibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]
Other format:[Raw text]

[COMMITTED] Remove duplicate inclusion of header math-svid-compat.h


The header math-svid-compat.h has been unintentionally included twice inthe wrappers for the remainder functions.  This patch removes theduplicate inclusions.* math/w_remainder_compat.c: Remove duplicate inclusion ofmath-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/ChangeLogindex 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.cindex 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.cindex 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.cindex 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]

[8]ページ先頭

©2009-2026 Movatter.jp