diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 08:05:04 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-12 16:17:54 +0800 |
commit | 6bc301672bfbde618d4ec02e51e6e2cbadd4ac1e (patch) | |
tree | 2096ea0fbdc112af437303ca794ec851df5135e3 /math/Makefile | |
parent | 950891b5e7a5307272da3e632832ac9da4c9eeec (diff) | |
download | glibc-6bc301672bfbde618d4ec02e51e6e2cbadd4ac1e.zip glibc-6bc301672bfbde618d4ec02e51e6e2cbadd4ac1e.tar.gz glibc-6bc301672bfbde618d4ec02e51e6e2cbadd4ac1e.tar.bz2 |
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 <bits/mathcalls-macros.h> to declare
__XXX math functions internally for glibc build. This fixes BZ #32418.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6f0d210..56cb5d1 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 \ |