diff options
Diffstat (limited to 'sysdeps/mips/fpu/fclrexcpt.c')
-rw-r--r-- | sysdeps/mips/fpu/fclrexcpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/fpu/fclrexcpt.c b/sysdeps/mips/fpu/fclrexcpt.c index 62bb8b101b..9ed8486f6f 100644 --- a/sysdeps/mips/fpu/fclrexcpt.c +++ b/sysdeps/mips/fpu/fclrexcpt.c @@ -42,7 +42,7 @@ __feclearexcept (int excepts) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__feclearexcept, __old_feclearexcept) compat_symbol (libm, __old_feclearexcept, feclearexcept, GLIBC_2_1); #endif |