summaryrefslogtreecommitdiff
path: root/src/misc/getrlimit.c
AgeCommit message (Expand)Author
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2022-05-01only use getrlimit/setrlimit syscalls if they existStefan O'Rear
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy
2012-01-20use prlimit syscall for getrlimit/setrlimitRich Felker
2011-03-20global cleanup to use the new syscall interfaceRich Felker
2011-02-15fix getrlimit handling on 32-bit systems, and ease porting to 64-bitRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker