mirror of git://sourceware.org/git/glibc.git
Use include_next to chain math_private.h headers.
This commit is contained in:
parent
e038d690b4
commit
ed7e7d46e9
|
@ -1,5 +1,8 @@
|
||||||
2012-03-09 Richard Henderson <rth@twiddle.net>
|
2012-03-09 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
|
* sysdeps/m68k/m680x0/fpu/math_private.h: Use include_next to
|
||||||
|
chain math_private.h.
|
||||||
|
|
||||||
* m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h.
|
* m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h.
|
||||||
* m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise.
|
* m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise.
|
||||||
* m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise.
|
* m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-09 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
|
* sysdeps/tile/math_private.h: Use include_next to
|
||||||
|
chain math_private.h.
|
||||||
|
|
||||||
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
[BZ #13673]
|
[BZ #13673]
|
||||||
|
|
|
@ -15,5 +15,5 @@ do \
|
||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
#include <math/math_private.h>
|
#include_next <math_private.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef _MATH_PRIVATE_H
|
#ifndef _MATH_PRIVATE_H
|
||||||
|
|
||||||
#include <math/math_private.h>
|
#include_next <math_private.h>
|
||||||
|
|
||||||
/* We have no exception support, so feraiseexcept() must be a no-op.
|
/* We have no exception support, so feraiseexcept() must be a no-op.
|
||||||
And since we don't define FE_INVALID, FE_DIVBYZERO, etc., we
|
And since we don't define FE_INVALID, FE_DIVBYZERO, etc., we
|
||||||
|
|
Loading…
Reference in New Issue