Movatterモバイル変換
[0]ホーム
This is the mail archive of thelibc-alpha@sourceware.orgmailing list for theglibc project.
Re: Obsolete matherr, _LIB_VERSION, libieee.a
- From: "Gabriel F. T. Gomes" <gftg at linux dot vnet dot ibm dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Mon, 21 Aug 2017 17:31:49 -0300
- Subject: Re: Obsolete matherr, _LIB_VERSION, libieee.a
- Authentication-results: sourceware.org; auth=none
- References: <alpine.DEB.2.20.1708172128090.26254@digraph.polyomino.org.uk>
On Thu, 17 Aug 2017 21:29:42 +0000Joseph Myers <joseph@codesourcery.com> wrote:>diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c>index 6644590..27fa14f 100644>--- a/math/w_remainder_compat.c>+++ b/math/w_remainder_compat.c>@@ -18,6 +18,8 @@>> #include <math.h>> #include <math_private.h>>+#include <math-svid-compat.h>>+#include <math-svid-compat.h>Is this duplication intentional?> /* wrapper remainder */>diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c>index 1db246a..627b4f1 100644>--- a/math/w_remainderf_compat.c>+++ b/math/w_remainderf_compat.c>@@ -18,6 +18,8 @@>> #include <math.h>> #include <math_private.h>>+#include <math-svid-compat.h>>+#include <math-svid-compat.h>Likewise.> /* wrapper remainderf */>diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c>index 2fc40f1..9858475 100644>--- a/math/w_remainderl_compat.c>+++ b/math/w_remainderl_compat.c>@@ -18,6 +18,8 @@>> #include <math.h>> #include <math_private.h>>+#include <math-svid-compat.h>>+#include <math-svid-compat.h>Likewise.
[8]ページ先頭