about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/s390/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/s390/Versions')
-rw-r--r--REORG.TODO/sysdeps/s390/Versions17
1 files changed, 17 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/s390/Versions b/REORG.TODO/sysdeps/s390/Versions
new file mode 100644
index 0000000000..8417623353
--- /dev/null
+++ b/REORG.TODO/sysdeps/s390/Versions
@@ -0,0 +1,17 @@
+libc {
+  GLIBC_2.19 {
+    setjmp; _setjmp; __sigsetjmp;
+    longjmp; _longjmp; siglongjmp;
+  }
+}
+
+ld {
+  GLIBC_2.3 {
+    # runtime interface to TLS
+    __tls_get_offset;
+  }
+  GLIBC_PRIVATE {
+    # Exported by ld used by libc.
+    __tls_get_addr_internal;
+  }
+}