diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fraiseexcpt.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/fraiseexcpt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/sh/sh4/fpu/fraiseexcpt.c b/sysdeps/sh/sh4/fpu/fraiseexcpt.c index 31d8d92dfb..2006cb99e3 100644 --- a/sysdeps/sh/sh4/fpu/fraiseexcpt.c +++ b/sysdeps/sh/sh4/fpu/fraiseexcpt.c @@ -22,7 +22,7 @@ #include <math.h> int -__feraiseexcept (int excepts) +feraiseexcept (int excepts) { /* Raise exceptions represented by EXPECTS. */ fexcept_t temp; @@ -33,6 +33,3 @@ __feraiseexcept (int excepts) return 0; } -strong_alias (__feraiseexcept, __old_feraiseexcept) -symbol_version (__old_feraiseexcept, feraiseexcept, GLIBC_2.1); -default_symbol_version (__feraiseexcept, feraiseexcept, GLIBC_2.2); |