summaryrefslogtreecommitdiff
path: root/libc/math/fclrexcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/fclrexcpt.c')
-rw-r--r--libc/math/fclrexcpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/math/fclrexcpt.c b/libc/math/fclrexcpt.c
index dcdcfbbe9..b38070d8f 100644
--- a/libc/math/fclrexcpt.c
+++ b/libc/math/fclrexcpt.c
@@ -30,7 +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)
-#include <stub-tag.h>