mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
libc {
|
|
GLIBC_2.1 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
outb; outw; outl;
|
|
}
|
|
GLIBC_2.1.3 {
|
|
# New rlimit interface
|
|
getrlimit; setrlimit; getrlimit64;
|
|
}
|
|
}
|