about summary refs log tree commit diff
path: root/sysdeps/x86_64/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/Versions')
-rw-r--r--sysdeps/x86_64/Versions12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/x86_64/Versions b/sysdeps/x86_64/Versions
deleted file mode 100644
index a437f85e6e..0000000000
--- a/sysdeps/x86_64/Versions
+++ /dev/null
@@ -1,12 +0,0 @@
-libc {
-  GLIBC_2.14 {
-    memcpy;
-  }
-}
-libm {
-  GLIBC_2.1 {
-    # A generic bug got this omitted from other configurations' version
-    # sets, but we always had it.
-    exp2l;
-  }
-}