diff options
Diffstat (limited to 'sysdeps/sh')
-rw-r--r-- | sysdeps/sh/ldbl-classify-compat.h (renamed from sysdeps/sh/math_private.h) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/sh/math_private.h b/sysdeps/sh/ldbl-classify-compat.h index d13f2d49d3..d3b978cdff 100644 --- a/sysdeps/sh/math_private.h +++ b/sysdeps/sh/ldbl-classify-compat.h @@ -1,10 +1,8 @@ -#ifndef SH_MATH_PRIVATE_H -#define SH_MATH_PRIVATE_H 1 +#ifndef SH_LDBL_CLASSIFY_COMPAT_H +#define SH_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 |