diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-31 11:11:25 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-31 11:11:25 +0000 |
commit | 36d043300fc231d0df26142efc707e208a52de76 (patch) | |
tree | 4a208a28fffcc064bf096c0c575f703445e637a6 /sysdeps/mips/fpu/fclrexcpt.c | |
parent | 88fdf42fbb6046b9452809210b8815e4ac5c2514 (diff) | |
download | glibc-36d043300fc231d0df26142efc707e208a52de76.tar.gz |
Update.
* sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
* sysdeps/mips/fpu/fegetenv.c: Likewise.
* sysdeps/mips/fpu/feupdateenv.c: Likewise.
* sysdeps/mips/fpu/fclrexcpt.c: Likewise.
* sysdeps/mips/fpu/fesetenv.c: Likewise.
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 |