diff options
Diffstat (limited to 'sysdeps/microblaze')
-rw-r--r-- | sysdeps/microblaze/ldbl-classify-compat.h (renamed from sysdeps/microblaze/math_private.h) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/microblaze/math_private.h b/sysdeps/microblaze/ldbl-classify-compat.h index 64dc181..38c5c99 100644 --- a/sysdeps/microblaze/math_private.h +++ b/sysdeps/microblaze/ldbl-classify-compat.h @@ -1,10 +1,8 @@ -#ifndef MICROBLAZE_MATH_PRIVATE_H -#define MICROBLAZE_MATH_PRIVATE_H 1 +#ifndef MICROBLAZE_LDBL_CLASSIFY_COMPAT_H +#define MICROBLAZE_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 |