summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-191-2/+7
| | | | | | | I always forget that many arches have their own bits/stat.h ... Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* enable nanosecond stat support for everyoneMike Frysinger2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch libc mips specific with trunkCarmelo Amoroso2008-06-181-7/+70
|
* Merge from trunk."Steven J. Hill"2006-01-141-5/+5
|
* Merge with latest changes from the trunk."Steven J. Hill"2005-08-041-4/+4
|
* A few more needed updatesEric Andersen2003-01-241-0/+140
|
* 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-71/+9
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik
* Sync up mipsel headersEric Andersen2001-11-141-8/+8
|
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-221-0/+140