about summary refs log tree commit diff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-08-13 18:17:45 -0700
committerRichard Henderson <rth@twiddle.net>2012-08-13 18:19:42 -0700
commit2e33ecdf8ce137201565235c82a791295e63c90a (patch)
treea8950296b688dd867c2563c89f5a75b1255f0eaa /ports/sysdeps
parentba6cba9eec00f222223cc5b7e31e7332c7e372af (diff)
downloadglibc-2e33ecdf8ce137201565235c82a791295e63c90a.tar.gz
glibc-2e33ecdf8ce137201565235c82a791295e63c90a.tar.xz
glibc-2e33ecdf8ce137201565235c82a791295e63c90a.zip
alpha: Fix compat version number for nearbyintl
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/alpha/fpu/s_nearbyint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/alpha/fpu/s_nearbyint.c b/ports/sysdeps/alpha/fpu/s_nearbyint.c
index 4589bfcc3e..19ed06bb45 100644
--- a/ports/sysdeps/alpha/fpu/s_nearbyint.c
+++ b/ports/sysdeps/alpha/fpu/s_nearbyint.c
@@ -43,6 +43,6 @@ weak_alias (__nearbyint, nearbyint)
 strong_alias (__nearbyint, __nearbyintl)
 weak_alias (__nearbyint, nearbyintl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_0);
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_1);
 #endif