Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3.

This commit is contained in:
Ulrich Drepper 1999-12-09 19:06:23 +00:00
parent 77c0c273ba
commit eb01ff81e9

View File

@ -7,4 +7,8 @@ libc {
GLIBC_2.1 {
__modify_ldt; modify_ldt;
}
GLIBC_2.1.3 {
# New rlimit interface
getrlimit; setrlimit; getrlimit64; setrlimit64;
}
}