Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing UTIME_* defines for *at funcs | Mike Frysinger | 2009-08-19 | 1 | -0/+5 |
| | | | | | | | I always forget that many arches have their own bits/stat.h ... Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | enable nanosecond stat support for everyone | Mike Frysinger | 2009-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Fill out the stat structure so that the nanosecond resolution support is always available. There is a small code size increase for a few ports (three additional assignments in xstatconv), but otherwise everything should remain the same. While we're here, punt __old_kernel_stat from the few headers that still define it as it is unused in uClibc and causes compile errors after these nanosecond changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Big fricking merge from trunk, but an easy one. | "Steven J. Hill" | 2006-08-24 | 1 | -26/+60 |
| | |||||
* | A few more needed updates | Eric Andersen | 2003-01-24 | 1 | -0/+117 |
| | |||||
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 1 | -72/+0 |
| | | | | -Erik | ||||
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -54/+9 |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | ||||
* | First pass attempt at an alpha port | Eric Andersen | 2002-05-10 | 1 | -0/+117 |