use prlimit syscall for getrlimit/setrlimit
authorRich Felker <dalias@aerifal.cx>
Sat, 21 Jan 2012 03:30:52 +0000 (22:30 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 21 Jan 2012 03:30:52 +0000 (22:30 -0500)
this allows the full range of 64-bit limit arguments even on 32-bit
systems. fallback to the old syscalls on old kernels that don't
support prlimit.


No differences found