remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / fstatat.c
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-05-02 Rich Felkeronly use fstatat and others legacy stat syscalls if...
2022-05-02 Rich Felkerprovide an internal namespace-safe __fstatat
2019-10-28 Rich Felkermake fstatat fill in old time32 stat fields too
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2019-07-21 Samuel Hollanduse the correct stat structure in the fstat path
2019-07-19 Rich Felkerfix inadvertent introduction of extern object stx
2019-07-19 Rich Felkerimplement fstatat with SYS_statx, conditional on unders...
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerrefactor all stat functions in terms of fstatat
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-12 Rich Felkerinitial check-in, version 0.5.0