1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Remove __NO_MATH_INLINES

With fenvinline.h removal the flag is not used anymore.

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella
2020-03-20 10:05:20 -03:00
parent 4b850b1f29
commit c10dde0d2a
6 changed files with 3 additions and 26 deletions

View File

@@ -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