about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/Versions
blob: 55518a7e5f21ece15a2f794de5dc67f5905166b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libc {
  GLIBC_2.19 {
    __longjmp_chk;
    getcontext;
  }
  GLIBC_PRIVATE {
    __vdso_clock_gettime;
    __vdso_clock_getres;
  }
}

libpthread {
  GLIBC_2.19 {
    longjmp; siglongjmp;
  }
}