diff options
Diffstat (limited to 'sysdeps/sh')
-rw-r--r-- | sysdeps/sh/sh4/bits/mathdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/sh/sh4/bits/mathdef.h b/sysdeps/sh/sh4/bits/mathdef.h index 21ce094533..f3ee2879a7 100644 --- a/sysdeps/sh/sh4/bits/mathdef.h +++ b/sysdeps/sh/sh4/bits/mathdef.h @@ -29,10 +29,6 @@ #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF # define _MATH_H_MATHDEF 1 -/* SH 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 (-0x7fffffff) # define FP_ILOGBNAN 0x7fffffff |