about summary refs log tree commit diff
path: root/sysdeps/arm/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/Versions')
-rw-r--r--sysdeps/arm/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/arm/Versions b/sysdeps/arm/Versions
index 5f2af29c38..f26a1a7606 100644
--- a/sysdeps/arm/Versions
+++ b/sysdeps/arm/Versions
@@ -17,4 +17,8 @@ libc {
   GLIBC_2.8 {
     __gnu_mcount_nc;
   }
+  GLIBC_2.19 {
+    # This set has to exist in some Versions file so we can use 2.19 in
+    # SHLIB_COMPAT.  Since it didn't exist anywhere else, we add it here.
+  }
 }