about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/Versions
blob: 4ce7b78af4a0e5e506ecc9fe9b468d4f24007ff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libc {
  GLIBC_2.2.5 {
    arch_prctl; __arch_prctl;

    ioperm; iopl;

    modify_ldt;
  }
  GLIBC_PRIVATE {
    __vdso_clock_gettime;
  }
}

librt {
  GLIBC_2.3.3 {
    # Changed timer_t.
    timer_create; timer_delete; timer_getoverrun; timer_gettime;
    timer_settime;
  }
}