summaryrefslogtreecommitdiff
path: root/sysdeps/s390/Versions
blob: 84176233537fb11835aad23cad60269893e83ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
  }
}