summaryrefslogtreecommitdiff
path: root/sysdeps/alpha/fpu/s_round.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/fpu/s_round.c')
-rw-r--r--sysdeps/alpha/fpu/s_round.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/fpu/s_round.c b/sysdeps/alpha/fpu/s_round.c
index 3999e6110a..71763cf4ab 100644
--- a/sysdeps/alpha/fpu/s_round.c
+++ b/sysdeps/alpha/fpu/s_round.c
@@ -44,6 +44,6 @@ weak_alias (__round, round)
strong_alias (__round, __roundl)
weak_alias (__roundl, roundl)
#endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __round, roundl, GLIBC_2_0);
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __round, roundl, GLIBC_2_1);
#endif