summary refs log tree commit diff
path: root/math/test-signgam-main.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-17 13:58:10 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-19 11:45:44 -0300
commita8ce8222343933d28665e1687ab8862c0664d9f7 (patch)
tree3b58d46a38afd18d65ed8f418ea06b9362cc2218 /math/test-signgam-main.c
parenta2ce37b56442331fed0e58f1301d7b60451f75f8 (diff)
downloadglibc-a8ce8222343933d28665e1687ab8862c0664d9f7.tar.gz
glibc-a8ce8222343933d28665e1687ab8862c0664d9f7.tar.xz
glibc-a8ce8222343933d28665e1687ab8862c0664d9f7.zip
Remove __LIBC_INTERNAL_MATH_INLINES
With m68k mathinline.h removal the flag is not used anymore.

Checked with a m68k-linux-gnu build/check.
Diffstat (limited to 'math/test-signgam-main.c')
-rw-r--r--math/test-signgam-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c
index b36e942c9b..19ca2bc7af 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>