summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/statfix.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-47/+0
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik
* 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
|
* Update to accomodate the header file changesEric Andersen2001-09-271-3/+3
|
* Fix doc blunder.Eric Andersen2000-11-041-2/+2
|
* Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen2000-10-291-0/+46
up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik