about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/Versions
blob: 68b0ee473071d137e6947d6968f01cbf7cac14ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libc {
  GLIBC_2.0 {
    ioperm; iopl;

    vm86;
  }
  GLIBC_2.1 {
    __modify_ldt; modify_ldt;
  }
  GLIBC_2.1.3 {
    # New rlimit interface
    getrlimit; setrlimit; getrlimit64;
  }
}