Export the new *rlimit interface with symbol version GLIBC_2.2.

This commit is contained in:
Ulrich Drepper 2000-01-29 12:02:41 +00:00
parent 1fee13c891
commit acb1cd8ea1

View File

@ -4,7 +4,7 @@ libc {
inb; inw; inl;
outb; outw; outl;
}
GLIBC_2.1.3 {
GLIBC_2.2 {
# New rlimit interface
getrlimit; setrlimit; getrlimit64;
}