diff options
Diffstat (limited to 'sysdeps/s390/Versions')
-rw-r--r-- | sysdeps/s390/Versions | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sysdeps/s390/Versions b/sysdeps/s390/Versions deleted file mode 100644 index 8417623353..0000000000 --- a/sysdeps/s390/Versions +++ /dev/null @@ -1,17 +0,0 @@ -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; - } -} |