summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/vax/bits/kernel_stat.h
Commit message (Collapse)AuthorAgeFilesLines
* enable nanosecond stat support for everyoneMike Frysinger2009-08-191-12/+6
| | | | | | | | | | | | | | 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>
* Merge from trunk."Steven J. Hill"2006-12-161-0/+4
|
* Copy from trunk."Steven J. Hill"2006-02-281-0/+56