about summary refs log tree commit diff
path: root/src/stat/fstatat.c
Commit message (Expand)AuthorAgeFilesLines
* make fstatat fill in old time32 stat fields tooRich Felker2019-10-281-0/+16
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-281-0/+2
* use the correct stat structure in the fstat pathSamuel Holland2019-07-211-4/+4
* fix inadvertent introduction of extern object stxRich Felker2019-07-191-1/+1
* implement fstatat with SYS_statx, conditional on undersized kstat timeRich Felker2019-07-181-2/+68
* decouple struct stat from kernel typeRich Felker2019-07-181-4/+27
* refactor all stat functions in terms of fstatatRich Felker2019-07-181-2/+33
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* finish moving 32-bit-specific junk out of source files.Rich Felker2011-02-151-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+10