summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/statfix64.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace pollution by hiding statfix and statfix64 byEric Andersen2002-07-071-2/+2
| | | | | prepending an __ to the name. Not perfect but better. -Erik
* Make these properly cope with 64bit systemsEric Andersen2002-05-301-22/+26
| | | | -Erik
* Fixes for 64 bit archesEric Andersen2002-05-121-1/+29
|
* Fixup __USE_FILE_OFFSET64Eric Andersen2002-04-091-5/+7
|
* Several naming cleanups so threads work properly againEric Andersen2002-02-231-2/+9
|
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-171-0/+41
the config file). I've tested this and it works for me. -Erik