about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/Versions
blob: 7f9789300781318965e3938c7e0b60efbac53720 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
libc {
  GLIBC_2.1 {
    ioperm; iopl;
    inb; inw; inl;
    outb; outw; outl;
  }
  GLIBC_2.1.2 {
    _inb; _inw; _inl;
    _outb; _outw; _outl;
  }
}