2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-02-11 12:50:58 +08:00

Remove setrlimit64@GLIBC_2.1.3.

This commit is contained in:
Ulrich Drepper 2000-01-24 12:07:25 +00:00
parent 6bb1e66431
commit adcd6eb68b

View File

@ -6,6 +6,6 @@ libc {
}
GLIBC_2.1.3 {
# New rlimit interface
getrlimit; setrlimit; getrlimit64; setrlimit64;
getrlimit; setrlimit; getrlimit64;
}
}