Obsolete matherr, _LIB_VERSION, libieee.a
Gabriel F. T. Gomes
gftg@linux.vnet.ibm.com
Mon Aug 21 20:32:00 GMT 2017
On Thu, 17 Aug 2017 21:29:42 +0000
Joseph 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.
More information about the Libc-alpha
mailing list