mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 12:42:02 +00:00
typo in math.h c version check
This commit is contained in:
@ -53,7 +53,7 @@ int __fpclassifyl(long double);
|
|||||||
#define isunordered(x,y) (isnan((x)) ? ((y),1) : isnan((y)))
|
#define isunordered(x,y) (isnan((x)) ? ((y),1) : isnan((y)))
|
||||||
|
|
||||||
static
|
static
|
||||||
#if __STDC_VERSION >= 199901L
|
#if __STDC_VERSION__ >= 199901L
|
||||||
inline
|
inline
|
||||||
#endif
|
#endif
|
||||||
int __isrel(long double __x, long double __y, int __rel)
|
int __isrel(long double __x, long double __y, int __rel)
|
||||||
|
Reference in New Issue
Block a user