glibc/sysdeps
Mike Frysinger 60318997b8 ia64: convert "math{,_private}.h" to <math{,_private}.h>
The main tree decided to change all these includes to <...>, so update
the ia64 code accordingly.

Processed with a simple sed script:

find `find sysdeps/ -name ia64` -type f -exec sed -i \
	-r '/include/s:"(math.h|math_private.h)":<\1>:' {} +

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-27 23:07:56 -04:00
..
alpha alpha: Remove __STDC__ conditionals. 2012-04-27 07:33:47 -07:00
am33 Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
arm Remove ARM EABI/old-ABI conditionals. 2012-04-21 10:03:39 -07:00
hppa hppa: Build fixes for STT_GNU_IFUNC. 2012-04-17 06:01:19 +02:00
ia64 ia64: convert "math{,_private}.h" to <math{,_private}.h> 2012-04-27 23:07:56 -04:00
m68k m68k: move definition of libgcc_s soname to shlib-versions 2012-04-26 17:08:17 +02:00
mips Avoid endian.h include in MIPS string functions. 2012-04-26 19:23:08 +00:00
powerpc Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
tile Use include_next to chain math_private.h headers. 2012-03-09 16:28:42 -08:00
unix ia64: convert <stdio-common/_itoa.h> to <_itoa.h> 2012-04-27 23:07:38 -04:00