summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/avr32/bits/kernel_stat.h
Commit message (Collapse)AuthorAgeFilesLines
* enable nanosecond stat support for everyoneMike Frysinger2009-08-191-16/+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>
* Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵Carmelo Amoroso2008-06-181-37/+37
| | | | specific with trunk
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-0/+67
Step 8: add xtensa, cris and avr32 architecture dependent files, as is. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>