summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/setrlimit64.c
Commit message (Expand)AuthorAgeFilesLines
* Move _lfs_64.h to include and adapt filesPeter S. Mazinger2006-02-261-1/+1
* Move common parts into internal header, should it be used for all *64.c?Peter S. Mazinger2006-02-231-14/+1
* only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger2006-02-101-1/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-0/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-091-3/+5
* Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen2002-03-311-0/+56