summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/xstatconv.h
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Stefan Allius to fix the build whenEric Andersen2003-01-281-0/+2
| | | | large file support is disabled
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-241-0/+30
Well, not inlining saves 300 bytes, so do that instead. -Erik