mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
Use target-specific math_private.h in math_ldbl_opt.h.
This commit is contained in:
parent
c64bf5feb3
commit
38842f4553
@ -1,3 +1,8 @@
|
||||
2012-03-08 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
|
||||
not <math/math_private.h>.
|
||||
|
||||
2012-03-08 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
# include <math.h>
|
||||
# include <math/math_private.h>
|
||||
# include <math_private.h>
|
||||
|
||||
/* Set temporarily to non-zero if long double should be considered
|
||||
the same as double. */
|
||||
|
Loading…
Reference in New Issue
Block a user