aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/test-math-inline.h1
-rw-r--r--math/test-signgam-main.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/math/Makefile b/math/Makefile
index b1739ab..e17bc50 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -643,7 +643,7 @@ include $(o-iterator)
# We don't want the fdlibm code to use the inline math functions,
# only the fdlibm code.
-math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
+math-CPPFLAGS += -D__NO_MATH_INLINES
ifneq ($(long-double-fcts),yes)
# The `double' and `long double' types are the same on this machine.
diff --git a/math/test-math-inline.h b/math/test-math-inline.h
index 755be44..c522236 100644
--- a/math/test-math-inline.h
+++ b/math/test-math-inline.h
@@ -20,7 +20,6 @@
#define TEST_ERRNO 0
#define TEST_EXCEPTIONS 0
-#undef __LIBC_INTERNAL_MATH_INLINES
#ifdef __NO_MATH_INLINES
# undef __NO_MATH_INLINES
#endif
diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c
index b36e942..19ca2bc 100644
--- a/math/test-signgam-main.c
+++ b/math/test-signgam-main.c
@@ -17,7 +17,6 @@
<https://www.gnu.org/licenses/>. */
#undef _LIBC
-#undef __LIBC_INTERNAL_MATH_INLINES
#undef _GNU_SOURCE
#include <math.h>