summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/xstatconv.c
Commit message (Expand)AuthorAgeFilesLines
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-061-0/+19
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-16/+6
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* need string.h for memset()Mike Frysinger2007-01-281-0/+1
* make sure we clear out the buffer so that random garbage on the stack doesnt ...Mike Frysinger2007-01-281-2/+6
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-14/+6
* hide __xstatX_convPeter S. Mazinger2005-12-091-2/+2
* whoops, reversed naming of nano sec members ... kernel uses _, user space doe...Mike Frysinger2005-07-171-6/+6
* syntax cleanupsMike Frysinger2005-07-171-30/+30
* rip out previous armeb old-stat abi compat code since arm linux opinion is th...Mike Frysinger2005-07-171-73/+9
* with the help of John Bowler, track down the ugly ABI change between 2.4 / 2....Mike Frysinger2005-07-161-3/+69
* add support for passing nano seconds (if arch supports it)Mike Frysinger2005-07-151-2/+11
* Patch from Stefan Allius to fix the build whenEric Andersen2003-01-281-0/+2
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-241-43/+1
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-241-2/+14
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-0/+103