diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-20 10:05:20 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-04-17 11:40:44 -0300 |
commit | c10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch) | |
tree | 0fa96895eda02c5513715583ea9b29e41bbacc94 /math/math.h | |
parent | 4b850b1f29648f666a2fa8ceed639132830e169c (diff) | |
download | glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.xz glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.zip |
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore. Checked on x86_64-linux-gnu.
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/math/math.h b/math/math.h index 5c3dcb9194..777d108347 100644 --- a/math/math.h +++ b/math/math.h @@ -1257,13 +1257,6 @@ iszero (__T __val) # error "M_* values needed for _Float128x" #endif -/* When compiling in strict ISO C compatible mode we must not use the - inline functions since they, among other things, do not set the - `errno' variable correctly. */ -#if defined __STRICT_ANSI__ && !defined __NO_MATH_INLINES -# define __NO_MATH_INLINES 1 -#endif - #ifdef __USE_ISOC99 # if __GNUC_PREREQ (3, 1) /* ISO C99 defines some macros to compare number while taking care for |