summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/statfix.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-28/+0
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -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
* Make these properly cope with 64bit systemsEric Andersen2002-05-301-7/+9
| | | | -Erik
* Output an error if uClibc's and app's largefile configuration are incompatible.Manuel Novoa III2002-02-191-0/+2
|
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-041-0/+2
| | | | | | are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik
* stat and mknod cleanup, take two. Put all the needed junk into syscalls.cEric Andersen2001-03-051-1/+1
| | | | | for clarity. -Erik
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-1/+3
| | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu.
* Oops. Fix up stat. Again.Eric Andersen2000-10-291-0/+1
|
* Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen2000-10-291-0/+19
up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik