about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/Versions
blob: 7e71a8604d12ff55da1632d2d7b51daf99a7caa5 (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.2 {
    # New rlimit interface
    getrlimit; setrlimit; getrlimit64;
  }
}