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