blob: e9b8605f5a7f01b9c5d3a006cfd8944adb34713f (
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; setrlimit64;
}
}
|