summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/statfix64.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence a couple of silly warningsEric Andersen2002-07-151-0/+1
| | | | -Erik
* Fix namespace pollution by hiding statfix and statfix64 byEric Andersen2002-07-071-1/+1
| | | | | prepending an __ to the name. Not perfect but better. -Erik
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-261-0/+1
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-5/+4
|
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-171-0/+51
the config file). I've tested this and it works for me. -Erik