1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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

@@ -19,8 +19,6 @@
<https://www.gnu.org/licenses/>. */
#ifndef HAVE_MAIN
#undef __NO_MATH_INLINES
#define __NO_MATH_INLINES 1
#include <float.h>
#include <math.h>
#include <stdint.h>