]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sh/ldbl-classify-compat.h
po: Update translations
[thirdparty/glibc.git] / sysdeps / sh / ldbl-classify-compat.h
1 #ifndef SH_LDBL_CLASSIFY_COMPAT_H
2 #define SH_LDBL_CLASSIFY_COMPAT_H 1
3
4 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5 when built without long double support. */
6 #define LDBL_CLASSIFY_COMPAT 1
7
8 #endif