diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fclrexcpt.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/fclrexcpt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/sh/sh4/fpu/fclrexcpt.c b/sysdeps/sh/sh4/fpu/fclrexcpt.c index cf77cfe5b3..7e764cff8e 100644 --- a/sysdeps/sh/sh4/fpu/fclrexcpt.c +++ b/sysdeps/sh/sh4/fpu/fclrexcpt.c @@ -22,7 +22,7 @@ #include <fpu_control.h> int -__feclearexcept (int excepts) +feclearexcept (int excepts) { int cw; @@ -40,6 +40,3 @@ __feclearexcept (int excepts) return 0; } -strong_alias (__feclearexcept, __old_feclearexcept) -symbol_version (__old_feclearexcept, feclearexcept, GLIBC_2.1); -default_symbol_version (__feclearexcept, feclearexcept, GLIBC_2.2); |