diff options
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r-- | sysdeps/m68k/coldfire/ldbl-classify-compat.h (renamed from sysdeps/m68k/coldfire/math_private.h) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/m68k/coldfire/math_private.h b/sysdeps/m68k/coldfire/ldbl-classify-compat.h index d306a508b4..c1ec4d4ffa 100644 --- a/sysdeps/m68k/coldfire/math_private.h +++ b/sysdeps/m68k/coldfire/ldbl-classify-compat.h @@ -1,10 +1,8 @@ -#ifndef COLDFIRE_MATH_PRIVATE_H -#define COLDFIRE_MATH_PRIVATE_H 1 +#ifndef COLDFIRE_LDBL_CLASSIFY_COMPAT_H +#define COLDFIRE_LDBL_CLASSIFY_COMPAT_H 1 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility when built without long double support. */ #define LDBL_CLASSIFY_COMPAT 1 -#include_next <math_private.h> - #endif |