Remove duplicate inclusion of header math-svid-compat.h
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.
This commit is contained in:
parent
f2f048a533
commit
453a493d2b
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include <math-svid-compat.h>
|
||||
#include <math-svid-compat.h>
|
||||
|
||||
|
||||
/* wrapper remainder */
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include <math-svid-compat.h>
|
||||
#include <math-svid-compat.h>
|
||||
|
||||
|
||||
/* wrapper remainderf */
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include <math-svid-compat.h>
|
||||
#include <math-svid-compat.h>
|
||||
|
||||
|
||||
/* wrapper remainderl */
|
||||
|
Loading…
x
Reference in New Issue
Block a user