summaryrefslogtreecommitdiff
path: root/src/stat/utimensat.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-29utimensat: add time64 syscall support, decouple 32-bit time_tRich Felker1-6/+31
2019-07-27fix and simplify futimesat fallback in utimensatRich Felker1-6/+4
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker1-1/+31
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-27implement futimens and utimensatRich Felker1-0/+7