aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/fgetexcptflg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/fgetexcptflg.c')
-rw-r--r--sysdeps/arm/fgetexcptflg.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sysdeps/arm/fgetexcptflg.c b/sysdeps/arm/fgetexcptflg.c
index 114597990a..beb43be748 100644
--- a/sysdeps/arm/fgetexcptflg.c
+++ b/sysdeps/arm/fgetexcptflg.c
@@ -23,7 +23,7 @@
int
-__fegetexceptflag (fexcept_t *flagp, int excepts)
+fegetexceptflag (fexcept_t *flagp, int excepts)
{
if (ARM_HAVE_VFP)
{
@@ -41,10 +41,3 @@ __fegetexceptflag (fexcept_t *flagp, int excepts)
/* Unsupported, so fail. */
return 1;
}
-
-#include <shlib-compat.h>
-#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2)
-strong_alias (__fegetexceptflag, __old_fegetexceptflag)
-compat_symbol (libm, __old_fegetexceptflag, fegetexceptflag, GLIBC_2_1);
-#endif
-versioned_symbol (libm, __fegetexceptflag, fegetexceptflag, GLIBC_2_2);