diff options
Diffstat (limited to 'math/fclrexcpt.c')
-rw-r--r-- | math/fclrexcpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c index dcdcfbbe99..bbf1011a65 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.c @@ -30,6 +30,7 @@ __feclearexcept (int excepts) strong_alias (__feclearexcept, __old_feclearexcept) compat_symbol (libm, __old_feclearexcept, feclearexcept, GLIBC_2_1); #endif +libm_hidden_ver (__feclearexcept, feclearexcept) versioned_symbol (libm, __feclearexcept, feclearexcept, GLIBC_2_2); stub_warning (feclearexcept) |