summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getrlimit64.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-091-3/+5
| | | | | | interfaces silently renamed under us or very bad things may happen... -Erik
* Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen2002-03-311-0/+57
with the getrlimit and setrlimit syscalls. -Erik