Move x86_64 timer_*.c out of nptl/
[glibc.git] / sysdeps / unix / sysv / linux / x86_64 / Versions
blob4ce7b78af4a0e5e506ecc9fe9b468d4f24007ff8
1 libc {
2   GLIBC_2.2.5 {
3     arch_prctl; __arch_prctl;
5     ioperm; iopl;
7     modify_ldt;
8   }
9   GLIBC_PRIVATE {
10     __vdso_clock_gettime;
11   }
14 librt {
15   GLIBC_2.3.3 {
16     # Changed timer_t.
17     timer_create; timer_delete; timer_getoverrun; timer_gettime;
18     timer_settime;
19   }