| Commit message (Expand) | Author | Age | Files | Lines |
| * | disable lfs64 aliases for remapped time64 functions•••these functions cannot provide the glibc lfs64-ABI-compatible symbols
when time_t differs from what it was in that ABI. instead, the aliases
need to be provided by the time32 compat shims or through some other
mechanism.
| Rich Felker | 2019-10-28 | 1 | -0/+4 |
| * | remove spurious inclusion of libc.h for LFS64 ABI aliases•••the LFS64 macro was not self-documenting and barely saved any
characters. simply use weak_alias directly so that it's clear what's
being done, and doesn't depend on a header to provide a strange macro.
| Rich Felker | 2018-09-12 | 1 | -5/+4 |
| * | add __xmknod and __xmknodat abi-compat functions•••these are put alongside the similar functions for __xstat, etc. in
__xstat.c to avoid bloating the number of source files.
| Rich Felker | 2014-06-22 | 1 | -0/+10 |
| * | consolidate __xstat abi-compat functions into a single source file•••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).
| Rich Felker | 2014-06-22 | 1 | -0/+18 |
| * | add LSB ABI __xstat, etc. junk | Rich Felker | 2012-05-31 | 1 | -0/+9 |