aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Versions
blob: 39f209f0865aeeaab118b68f077bf87e01e71d04 (plain)
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.3 {
    # New rlimit interface
    getrlimit; setrlimit; getrlimit64; setrlimit64;
  }
}