Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target | Peter S. Mazinger | 2011-03-09 | 1 | -4/+0 |
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | bits/kernel_stat.h: use the same guard on all archs | Peter S. Mazinger | 2011-03-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | enable nanosecond stat support for everyone | Mike Frysinger | 2009-07-26 | 1 | -23/+3 |
| | | | | | | | | | | | | | 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> | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | 2006-12-06 | 1 | -0/+4 |
| | | | | minor include file issues | ||||
* | tweak whitespace | Mike Frysinger | 2005-07-17 | 1 | -24/+24 |
| | |||||
* | make sure we setup stat64 too | Mike Frysinger | 2005-06-29 | 1 | -0/+3 |
| | |||||
* | headers for x86_64 | Mike Frysinger | 2005-02-15 | 1 | -0/+47 |