diff options
Diffstat (limited to 'sysdeps/powerpc/bits/mathdef.h')
-rw-r--r-- | sysdeps/powerpc/bits/mathdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/bits/mathdef.h b/sysdeps/powerpc/bits/mathdef.h index d4dd4b5c6a..debb5a5d26 100644 --- a/sysdeps/powerpc/bits/mathdef.h +++ b/sysdeps/powerpc/bits/mathdef.h @@ -29,10 +29,6 @@ #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF # define _MATH_H_MATHDEF 1 -/* PowerPC has both `float' and `double' arithmetic. */ -typedef float float_t; -typedef double double_t; - /* The values returned by `ilogb' for 0 and NaN respectively. */ # define FP_ILOGB0 (-2147483647) # define FP_ILOGBNAN (2147483647) |