From 6bc301672bfbde618d4ec02e51e6e2cbadd4ac1e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 5 Dec 2024 08:05:04 +0800 Subject: math: Remove __XXX math functions from installed math.h [BZ #32418] Since libm doesn't export __XXX math functions, don't declare them in the installed math.h by adding to declare __XXX math functions internally for glibc build. This fixes BZ #32418. Signed-off-by: H.J. Lu Reviewed-by: Sam James --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 6f0d2108b2..56cb5d1eed 100644 --- a/math/Makefile +++ b/math/Makefile @@ -35,6 +35,7 @@ headers := \ bits/long-double.h \ bits/math-vector.h \ bits/mathcalls-helper-functions.h \ + bits/mathcalls-macros.h \ bits/mathcalls-narrow.h \ bits/mathcalls.h \ bits/mathdef.h \ -- cgit v1.2.3