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