summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/statfix.h
AgeCommit message (Collapse)Author
2001-03-05stat and mknod cleanup, take two. Put all the needed junk into syscalls.cEric Andersen
for clarity. -Erik
2001-01-01A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu.
2000-10-29Oops. Fix up stat. Again.Eric Andersen
2000-10-29Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen
up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik