about summary refs log tree commit diff
path: root/src/stat/__fxstat.c
Commit message (Collapse)AuthorAgeFilesLines
* consolidate __xstat abi-compat functions into a single source fileRich Felker2014-06-221-9/+0
| | | | | | | | | | these are mostly intended for use with dynamic linking (although they can also be used statically with object files compiled against glibc headers), so having them broken down into separate source files to optimize for static linking is unlikely to be worth the cost having more files in the source tree (which contributes to libc.a overhead, compile time, link time, ar/linker command line size exhaustion, and so on).
* add LSB ABI __xstat, etc. junkRich Felker2012-05-311-0/+9