about summary refs log tree commit diff
path: root/sysdeps/alpha/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/Versions')
-rw-r--r--sysdeps/alpha/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/alpha/Versions b/sysdeps/alpha/Versions
index c7c1f047f6..76b67a6b90 100644
--- a/sysdeps/alpha/Versions
+++ b/sysdeps/alpha/Versions
@@ -5,3 +5,9 @@ libc {
     __remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
   }
 }
+libm {
+  GLIBC_2.0 {
+    # used in inline functions.
+    __atan2;
+  }
+}