1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* sysdeps/unix/sysv/linux/Versions: Add getrlimit, setrlimit,
	getrlimit64, setrlimit64 for GLIBC_2.1.3.
	* sysdeps/unix/sysv/linux/i386/Versions: Add getrlimit, setrlimit,
	getrlimit64, setrlimit64 for GLIBC_2.1.3.
This commit is contained in:
Ulrich Drepper
1999-12-09 19:07:23 +00:00
parent b9f8ac3001
commit 97e55a252e
3 changed files with 8 additions and 4 deletions

View File

@ -82,8 +82,4 @@ libc {
# u*
umount2;
}
GLIBC_2.1.3 {
# New rlimit interface
getrlimit; setrlimit; getrlimit64; setrlimit64;
}
}