eb313c8b1af45d365e45610705dccf0ec706a6bf
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / ia64 / Versions
1 ld {
2   GLIBC_2.2 {
3     # global variables needed in the libc.
4     _dl_pagesize;
5   }
6 }
7 libc {
8   GLIBC_2.2 {
9     ioperm; iopl;
10     inb; inw; inl;
11     _inb; _inw; _inl;
12     outb; outw; _outl;
13     _outb; _outw; _outl;
14     pciconfig_read; pciconfig_write;
15
16     # linuxthreads
17     __clone2;
18   }
19 }