Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing UTIME_* defines for *at funcs | Mike Frysinger | 2009-07-26 | 1 | -1/+6 |
| | | | | | | I always forget that many arches have their own bits/stat.h ... Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | enable nanosecond stat support for everyone | Mike Frysinger | 2009-07-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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> | ||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -0/+30 |
| | |||||
* | grab from glibc | Mike Frysinger | 2006-02-22 | 1 | -0/+110 |