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.
+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.
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainder */
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainderf */
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
-#include <math-svid-compat.h>
/* wrapper remainderl */