From 2eb8836de7a1ac66eae048260e9272faf383287f Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 25 Aug 2025 13:38:26 -0300 Subject: math: Add feclearexcept internal alias To avoid linknamespace issues on old standards. It is required if the fallback fma implementation is used if/when it is also used internally for other implementation. Reviewed-by: DJ Delorie --- math/fclrexcpt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c index cd24c2536b..7ab92f4801 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.c @@ -25,6 +25,7 @@ __feclearexcept (int excepts) /* This always fails unless nothing needs to be done. */ return (excepts != 0); } +libm_hidden_def (__feclearexcept) #if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__feclearexcept, __old_feclearexcept) compat_symbol (libm, __old_feclearexcept, feclearexcept, GLIBC_2_1); -- cgit v1.2.3