]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/ia64/Versions
IA64: Consolidate nptl/ subdirectories under linux/...
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / ia64 / Versions
1 ld {
2 GLIBC_PRIVATE {
3 _dl_var_init;
4 }
5 }
6 libc {
7 GLIBC_2.2 {
8 ioperm; iopl;
9 inb; inw; inl;
10 _inb; _inw; _inl;
11 outb; outw; _outl;
12 _outb; _outw; _outl;
13 pciconfig_read; pciconfig_write;
14
15 # linuxthreads
16 __clone2;
17 }
18 GLIBC_2.2.2 {
19 # w*
20 wordexp;
21 }
22 GLIBC_2.2.6 {
23 getunwind;
24 }
25 }
26 libpthread {
27 GLIBC_2.3.3 {
28 # Changed PTHREAD_STACK_MIN.
29 pthread_attr_setstack; pthread_attr_setstacksize;
30 }
31 }
32 librt {
33 GLIBC_2.3.3 {
34 # Changed timer_t.
35 timer_create; timer_delete; timer_getoverrun; timer_gettime;
36 timer_settime;
37 }
38 }