This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: Obsolete matherr, _LIB_VERSION, libieee.a


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.


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