diff options
Diffstat (limited to 'sysdeps/s390/Versions')
-rw-r--r-- | sysdeps/s390/Versions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/s390/Versions b/sysdeps/s390/Versions index baf9842eeb..156abc79f4 100644 --- a/sysdeps/s390/Versions +++ b/sysdeps/s390/Versions @@ -1,3 +1,14 @@ +libc { + GLIBC_2.19 { + setjmp; _setjmp; __setjmp; __sigsetjmp; + longjmp; _longjmp; siglongjmp; + } + GLIBC_PRIVATE { + __v1__libc_longjmp; __v1__libc_siglongjmp; + __v2__libc_longjmp; __v2__libc_siglongjmp; + } +} + ld { GLIBC_2.3 { # runtime interface to TLS |