summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/xstatconv.h
AgeCommit message (Collapse)Author
2003-01-28Patch from Stefan Allius to fix the build whenEric Andersen
large file support is disabled
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
Well, not inlining saves 300 bytes, so do that instead. -Erik