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