about summary refs log tree commit diff
path: root/ports/sysdeps/alpha/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/alpha/Versions')
-rw-r--r--ports/sysdeps/alpha/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sysdeps/alpha/Versions b/ports/sysdeps/alpha/Versions
index 76b67a6b90..ae8fde7b23 100644
--- a/ports/sysdeps/alpha/Versions
+++ b/ports/sysdeps/alpha/Versions
@@ -10,4 +10,8 @@ libm {
     # used in inline functions.
     __atan2;
   }
+  GLIBC_2.18 {
+    # forgotten when the symbols were added to glibc 2.15 for other targets
+    __sqrt_finite; __sqrtf_finite; __sqrtl_finite;
+  }
 }