summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/bits/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-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 everyoneMike Frysinger2009-07-261-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 psmMike Frysinger2006-08-231-0/+27
|
* forgot to cut out the other __USE_MISC sectionMike Frysinger2006-01-141-15/+0
|
* sync with glibcMike Frysinger2006-01-141-7/+25
|
* A few more needed updatesEric Andersen2003-01-241-0/+134
|
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-78/+0
| | | | -Erik
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-65/+9
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik
* Sync up m68k headersEric Andersen2001-11-141-17/+24
|
* Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen2001-01-121-0/+127
a first pass at getting m68k working. It may have some problems, but should now be fairly close.