12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
libc {
|
|
GLIBC_2.1 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
outb; outw; outl;
|
|
}
|
|
GLIBC_2.2 {
|
|
# New rlimit interface
|
|
getrlimit; setrlimit; getrlimit64;
|
|
}
|
|
}
|