summaryrefslogtreecommitdiff
path: root/sysdeps/s390/Versions
blob: 156abc79f491bd9d70963f8548c9e85cb66c062b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
    __tls_get_offset;
  }
  GLIBC_PRIVATE {
    # Exported by ld used by libc.
    __tls_get_addr_internal;
  }
}