mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
11 lines
241 B
C
11 lines
241 B
C
|
#ifndef SH_MATH_PRIVATE_H
|
||
|
#define SH_MATH_PRIVATE_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
|