summaryrefslogtreecommitdiffstats
path: root/stat.c
Commit message (Expand)AuthorAgeFilesLines
* stat: Support the glibc statx() wrapperTavian Barnes2018-07-111-6/+18
* stat: Handle platforms that don't support AT_EMPTY_PATH for fstatat()Tavian Barnes2018-07-021-3/+12
* stat: Don't try to statx() on architectures without the syscallTavian Barnes2018-07-021-2/+2
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-0/+243