Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing UTIME_* defines for *at funcs | Mike Frysinger | 2009-07-26 | 1 | -2/+7 |
| | | | | | | 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 | -16/+62 |
| | | | | | | | | | | | | | 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> | ||||
* | Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add ↵ | Mike Frysinger | 2007-02-09 | 1 | -9/+9 |
| | | | | st_[amc]time_nsec to each kernel_stat, and define STAT_HAVE_NSEC to convert them | ||||
* | sync some stuff from glibc to fix test build failure | Mike Frysinger | 2007-02-04 | 1 | -6/+7 |
| | |||||
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -0/+62 |
| | | | | Adjust for mips64 kernel. | ||||
* | previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) ↵ | Mike Frysinger | 2006-01-01 | 1 | -5/+5 |
| | | | | needed to shrink the pads as well to maintain ABI compat | ||||
* | POSIX requires that fields st_dev and st_rdev to be of type dev_t. | Manuel Novoa III | 2005-08-03 | 1 | -4/+4 |
| | |||||
* | A few more needed updates | Eric Andersen | 2003-01-24 | 1 | -0/+140 |
| | |||||
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 1 | -78/+0 |
| | | | | -Erik | ||||
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -71/+9 |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | ||||
* | Sync up mipsel headers | Eric Andersen | 2001-11-14 | 1 | -8/+8 |
| | |||||
* | Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package. | David Schleef | 2001-05-22 | 1 | -0/+140 |